VectorFixedComponents Property |
Gets or sets the components of this Vector resolved in the defining reference axes.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Cartesian Components { get; set; }
Public Property Components As Cartesian
Get
Set
public:
property Cartesian Components {
Cartesian get ();
void set (Cartesian value);
}
member Components : Cartesian with get, set
Property Value
Type:
CartesianSee Also