CameraDistancePerRadius Property |
Returns the distance that the Camera's Position should be from the ReferencePoint in order to ensure that
a sphere with a 1 meter radius centered at the ReferencePoint fits entirely in the view frustum.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double DistancePerRadius { get; }
Public ReadOnly Property DistancePerRadius As Double
Get
public:
property double DistancePerRadius {
double get ();
}
member DistancePerRadius : float with get
Property Value
Type:
DoubleSee Also