QuaternionsRotationAxis Property |
http://www.emgu.com
Get the rotation axis of the quaternion
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic MCvPoint3D64f RotationAxis { get; }
Public ReadOnly Property RotationAxis As MCvPoint3D64f
Get
public:
property MCvPoint3D64f RotationAxis {
MCvPoint3D64f get ();
}
member RotationAxis : MCvPoint3D64f with get
Property Value
Type:
MCvPoint3D64f
See Also