Description
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.
Property type
Read-only property
Syntax
| [Visual Basic .NET] |
|---|
Public Property DistancePerRadius() As Double
|
| [C#] |
|---|
public double DistancePerRadius {get;}
|
| [Managed C++] |
|---|
public: __property double get_DistancePerRadius();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_DistancePerRadius( double * pRetVal );
|
| [Java] |
|---|
public double getDistancePerRadius();
|
See Also