SensorFieldOfViewMaximumRadius Property |
Gets the maximum radial limit.
In conjunction with
MinimumRadius, this restricts the volume to a spherical shell.
By default, this property has the value
PositiveInfinity.
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 MaximumRadius { get; }Public ReadOnly Property MaximumRadius As Double
Get
public:
property double MaximumRadius {
double get ();
}member MaximumRadius : float with get
Property Value
Type:
Double
See Also