Click or drag to resize

SensorFieldOfViewGetProjection Method (Ellipsoid, KinematicTransformation)

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

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.

Return Value

Type: SensorProjection
The sensor projection.
See Also