Click or drag to resize

TriangulatedSensorProjection.UpdateFromNewProjection 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: 25.1.421.0 (25.1.421.0)
Syntax
public void UpdateFromNewProjection(
	CentralBody centralBody,
	Cartesian sensorOrigin,
	SensorProjection projection,
	int approximateSamplesPerBoundary
)

Parameters

centralBody
Type: AGI.Foundation.Celestial.CentralBody
The central body onto which the sensor is projected.
sensorOrigin
Type: AGI.Foundation.Coordinates.Cartesian
The origin of the sensor, expressed in the FixedFrame of the centralBody.
projection
Type: AGI.Foundation.Geometry.Shapes.SensorProjection
The new sensor projection.
approximateSamplesPerBoundary
Type: System.Int32
The number of samples to use per sensor projection boundary when triangulating.
See Also