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.2.419.0 (24.2.419.0)
Syntax public enum SensorSpaceProjection
Public Enumeration SensorSpaceProjection
public enum class SensorSpaceProjection
type SensorSpaceProjection
Members
| Member name | Description |
---|
| 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