VectorFixed.Components 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
Cartesian
See Also