Click or drag to resize

PointCentralBodyProjection Constructor (CentralBody, Point, Vector)

Initializes a new instance from a body, a ray origin, and a ray direction.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public PointCentralBodyProjection(
	CentralBody centralBody,
	Point origin,
	Vector direction
)

Parameters

centralBody
Type: AGI.Foundation.CelestialCentralBody
The body that the point will be projected on.
origin
Type: AGI.Foundation.GeometryPoint
The origin of the ray which will be projected onto the body.
direction
Type: AGI.Foundation.GeometryVector
The direction of the ray which will be projected onto the body.
See Also