Click or drag to resize

PrimitiveFactoryCreateLatitudeLongitudeGrid Method (CentralBody)

Creates a lat/long grid on centralBody where the spacing between set of latitude and set of longitude lines is 30 degrees.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static PolylinePrimitive CreateLatitudeLongitudeGrid(
	CentralBody centralBody
)

Parameters

centralBody
Type: AGI.Foundation.CelestialCentralBody
The central body on which to draw the grid.

Return Value

Type: PolylinePrimitive
A PolylinePrimitive representing the grid.
See Also