Click or drag to resize

SensorFieldOfViewVisualizerTEntity Constructor (EntitySetTEntity, CentralBody)

Initializes a new instance to project sensors onto a specified central body.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking.Graphics (in AGI.Foundation.Tracking.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SensorFieldOfViewVisualizer(
	EntitySet<TEntity> entities,
	CentralBody centralBody
)

Parameters

entities
Type: AGI.Foundation.TrackingEntitySetTEntity
The entity set holding the entities to be visualized.
centralBody
Type: AGI.Foundation.CelestialCentralBody
The central body to which to project the sensors.
See Also