VectorDerivativeAxes Property |
Gets or sets the axes. The vector will represent the derivative of the vector in this 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 Axes Axes { get; set; }
Public Property Axes As Axes
Get
Set
public:
property Axes^ Axes {
Axes^ get ();
void set (Axes^ value);
}
member Axes : Axes with get, set
Property Value
Type:
AxesSee Also