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.2.419.0 (24.2.419.0)
Syntax public SensorProjection GetProjection(
Ellipsoid ellipsoid,
KinematicTransformation ellipsoidToSensorTransformation
)
Public Function GetProjection (
ellipsoid As Ellipsoid,
ellipsoidToSensorTransformation As KinematicTransformation
) As SensorProjection
public:
SensorProjection^ GetProjection(
Ellipsoid^ ellipsoid,
KinematicTransformation ellipsoidToSensorTransformation
)
member GetProjection :
ellipsoid : Ellipsoid *
ellipsoidToSensorTransformation : KinematicTransformation -> SensorProjection
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:
SensorProjectionThe sensor projection.
See Also