TriangulatedSensorProjectionUpdateFromNewProjection Method (CentralBody, Cartesian, SensorProjection, Int32) |
Updates the triangulation from a given sensor projection.
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void UpdateFromNewProjection(
CentralBody centralBody,
Cartesian sensorOrigin,
SensorProjection projection,
int approximateSamplesPerBoundary
)
Public Sub UpdateFromNewProjection (
centralBody As CentralBody,
sensorOrigin As Cartesian,
projection As SensorProjection,
approximateSamplesPerBoundary As Integer
)
public:
void UpdateFromNewProjection(
CentralBody^ centralBody,
Cartesian sensorOrigin,
SensorProjection^ projection,
int approximateSamplesPerBoundary
)
member UpdateFromNewProjection :
centralBody : CentralBody *
sensorOrigin : Cartesian *
projection : SensorProjection *
approximateSamplesPerBoundary : int -> unit
Parameters
- centralBody
- Type: AGI.Foundation.CelestialCentralBody
The central body onto which the sensor is projected. - sensorOrigin
- Type: AGI.Foundation.CoordinatesCartesian
The origin of the sensor, expressed in the
FixedFrame of the
centralBody.
- projection
- Type: AGI.Foundation.Geometry.ShapesSensorProjection
The new sensor projection. - approximateSamplesPerBoundary
- Type: SystemInt32
The number of samples to use per sensor projection boundary when triangulating.
See Also