AxesLinearRate.RotationalAcceleration Property |
Gets or sets the rotational acceleration or rate of change of the rotational velocity.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double RotationalAcceleration { get; set; }
Public Property RotationalAcceleration As Double
Get
Set
public:
property double RotationalAcceleration {
double get ();
void set (double value);
}
member RotationalAcceleration : float with get, set
Property Value
Type:
Double
See Also