Click or drag to resize

TriangulatedSensorProjectionUpdateFromNewProjection Method (CentralBody, Cartesian, SensorProjection, Int32, Boolean)

Updates the triangulation from a given sensor projection.

Namespace:  AGI.Foundation.Graphics.Advanced
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void UpdateFromNewProjection(
	CentralBody centralBody,
	Cartesian sensorOrigin,
	SensorProjection projection,
	int approximateSamplesPerBoundary,
	bool triangulateProjectionEndCap
)

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.
triangulateProjectionEndCap
Type: SystemBoolean
Whether or not triangulations will be performed for an end cap of the projection.
See Also