PointCentralBodyProjectionDirection Property |
Gets or sets the direction of the ray to project onto the central body.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Vector Direction { get; set; }
Public Property Direction As Vector
Get
Set
public:
property Vector^ Direction {
Vector^ get ();
void set (Vector^ value);
}
member Direction : Vector with get, set
Property Value
Type:
VectorSee Also