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