Click or drag to resize

SensorProjectionOptions Constructor (SensorSpaceProjection, Double)

Initializes a new instance.

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 SensorProjectionOptions(
	SensorSpaceProjection spaceProjection,
	double spaceProjectionDistance
)

Parameters

spaceProjection
Type: AGI.Foundation.Geometry.ShapesSensorSpaceProjection
The type of space projection to use. When a portion of a sensor does not intersect the ellipsoid, that portion can be projected either to a radial limit or into a plane.
spaceProjectionDistance
Type: SystemDouble
The distance to which to project the portions of the sensor that do not intersect the ellipsoid. If spaceProjection is ProjectToRadius, this is the radial limit of the sensor. If it is ProjectToPlane, it is the distance from the sensor origin to the closest point on the plane. The actual projection distance depends on the value of this property and the value of the sensor's Radius property. See the documentation for the SpaceProjectionDistance property for more information.
See Also