VectorAngularAccelerationRotatingAxes Property  | 
 
            Gets or sets the rotating axes.  The vector will represent the angular acceleration of this axes.
            
 
    Namespace: 
   AGI.Foundation.Geometry
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Axes RotatingAxes { get; set; }Public Property RotatingAxes As Axes
	Get
	Set
public:
property Axes^ RotatingAxes {
	Axes^ get ();
	void set (Axes^ value);
}member RotatingAxes : Axes with get, set
Property Value
Type: 
Axes
See Also