Click or drag to resize

ComplexConicGetProjection Method (Ellipsoid, KinematicTransformation, SensorProjectionOptions)

Gets the projection of the sensor onto the front surface of a specified ellipsoid and onto a plane at a specified distance in 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 override SensorProjection GetProjection(
	Ellipsoid ellipsoid,
	KinematicTransformation ellipsoidToSensorTransformation,
	SensorProjectionOptions projectionOptions
)

Parameters

ellipsoid
Type: AGI.Foundation.Geometry.ShapesEllipsoid
The ellipsoid on which the sensor is to be projected.
ellipsoidToSensorTransformation
Type: AGI.Foundation.CoordinatesKinematicTransformation
The transformation from the reference frame of the ellipsoid to the reference frame of the sensor.
projectionOptions
Type: AGI.Foundation.Geometry.ShapesSensorProjectionOptions
The options controlling how the sensor is projected, or to use defaults.

Return Value

Type: SensorProjection
The sensor projection.
See Also