AxesLinearRate.SpinAxis Property |
Gets or sets the spin axis with respect to the 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 UnitCartesian SpinAxis { get; set; }
Public Property SpinAxis As UnitCartesian
Get
Set
public:
property UnitCartesian SpinAxis {
UnitCartesian get ();
void set (UnitCartesian value);
}
member SpinAxis : UnitCartesian with get, set
Property Value
Type:
UnitCartesian
See Also