Click or drag to resize

MarkerBatchPrimitiveAlignToNorth Method

Sets the up vector of the markers to point towards the north axis of centralBody. It will be aligned with the tangent vector of the surface that points north.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void AlignToNorth(
	CentralBody centralBody
)

Parameters

centralBody
Type: AGI.Foundation.CelestialCentralBody
The central body that the marker will point towards the north axis of.
See Also