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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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 -> PointCentralBodyProjectionParameters
- 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