Click or drag to resize

JplDEGetCenterOfMassPoint Method

Gets a point which represents the center of mass of the given JplDECentralBody.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public JplDECenterOfMassPoint GetCenterOfMassPoint(
	JplDECentralBody centralBody
)

Parameters

centralBody
Type: AGI.Foundation.CelestialJplDECentralBody
An enumeration indicating the central body to create.

Return Value

Type: JplDECenterOfMassPoint
The Point representing the central body.
See Also