SensorFieldOfViewMinimumRadius Property |
Gets the minimum radial limit.
In conjunction with
MaximumRadius, this restricts the volume to a spherical shell.
By default, this property has the value 0.0.
Namespace:
AGI.Foundation.Geometry.Shapes
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 26.3.426.0 (26.3.426.0)
Syntaxpublic double MinimumRadius { get; }Public ReadOnly Property MinimumRadius As Double
Get
public:
property double MinimumRadius {
double get ();
}member MinimumRadius : float with get
Property Value
Type:
Double
See Also