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.2.419.0 (24.2.419.0)
Syntax public SensorFieldOfViewVisualizer(
EntitySet<TEntity> entities,
CentralBody centralBody
)
Public Sub New (
entities As EntitySet(Of TEntity),
centralBody As CentralBody
)
public:
SensorFieldOfViewVisualizer(
EntitySet<TEntity>^ entities,
CentralBody^ centralBody
)
new :
entities : EntitySet<'TEntity> *
centralBody : CentralBody -> SensorFieldOfViewVisualizer
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