Click or drag to resize

DynamicFieldOfViewExtensionGetSensorProjectionEvaluator Method (CentralBody, SensorProjectionOptions)

Gets an evaluator that can project the field of view of the sensor onto the ellipsoid surface of a central body.

Namespace:  AGI.Foundation.Platforms
Assembly:  AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SensorProjectionEvaluator GetSensorProjectionEvaluator(
	CentralBody centralBody,
	SensorProjectionOptions projectionOptions
)

Parameters

centralBody
Type: AGI.Foundation.CelestialCentralBody
The central body onto which to project the sensor.
projectionOptions
Type: AGI.Foundation.Geometry.ShapesSensorProjectionOptions
The options controlling how the sensor is projected, or to use defaults.

Return Value

Type: SensorProjectionEvaluator
An evaluator.

Implements

IFieldOfViewProjectionServiceGetSensorProjectionEvaluator(CentralBody, SensorProjectionOptions)
See Also