QuaternionsRotationAxis Property |
http://www.emgu.com
Get the rotation axis of the quaternion
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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