Click or drag to resize

SensorSpaceProjection Enumeration

Specifies the type of projection to use when projecting a sensor into space.

Namespace:  AGI.Foundation.Geometry.Shapes
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum SensorSpaceProjection
Members
  Member nameDescription
ProjectToRadius The sensor is projected to a radial limit from the sensor origin.
ProjectToPlane The sensor is projected into a plane orthogonal to the sensor boresight axis.
See Also