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.2.419.0 (24.2.419.0)
Syntax public PointCentralBodyProjection(
CentralBody centralBody,
Point origin,
Vector direction
)
Public Sub New (
centralBody As CentralBody,
origin As Point,
direction As Vector
)
public:
PointCentralBodyProjection(
CentralBody^ centralBody,
Point^ origin,
Vector^ direction
)
new :
centralBody : CentralBody *
origin : Point *
direction : Vector -> PointCentralBodyProjection
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