TerrainProviderRadiansToNative Property |
Gets or sets the value to multiply an angle in radians by in order to convert it to the
internal units of the terrain provider.
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double RadiansToNative { get; protected set; }
Public Property RadiansToNative As Double
Get
Protected Set
public:
property double RadiansToNative {
double get ();
protected: void set (double value);
}
member RadiansToNative : float with get, set
Property Value
Type:
DoubleSee Also