Click or drag to resize

SensorFieldOfView.GetProjection 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: 25.1.421.0 (25.1.421.0)
Syntax
public SensorProjection GetProjection(
	Ellipsoid ellipsoid,
	KinematicTransformation ellipsoidToSensorTransformation
)

Parameters

ellipsoid
Type: AGI.Foundation.Geometry.Shapes.Ellipsoid
The ellipsoid on which the sensor is to be projected.
ellipsoidToSensorTransformation
Type: AGI.Foundation.Coordinates.KinematicTransformation
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