SensorFieldOfViewVisualizer<TEntity> Constructor (EntitySet<TEntity>, 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.3.420.0 (24.3.420.0)
Syntaxpublic 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.Tracking.EntitySet<TEntity>
The entity set holding the entities to be visualized. - centralBody
- Type: AGI.Foundation.Celestial.CentralBody
The central body to which to project the sensors.
See Also