KinematicTransformationRotationalVelocity Property |
Gets the rotational velocity of the second reference frame relative to and expressed in
the first reference frame. If this transformation does not include rotational
velocity information, an
InvalidOperationException is thrown.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic Cartesian RotationalVelocity { get; }
Public ReadOnly Property RotationalVelocity As Cartesian
Get
public:
property Cartesian RotationalVelocity {
Cartesian get ();
}
member RotationalVelocity : Cartesian with get
Property Value
Type:
Cartesian
Exceptions
See Also