QuaternionsAxisAngle Property |
http://www.emgu.com
Get or set the equivalent axis angle representation. (x,y,z) is the rotation axis and |(x,y,z)| is the rotation angle in radians
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic MCvPoint3D64f AxisAngle { get; set; }
Public Property AxisAngle As MCvPoint3D64f
Get
Set
public:
property MCvPoint3D64f AxisAngle {
MCvPoint3D64f get ();
void set (MCvPoint3D64f value);
}
member AxisAngle : MCvPoint3D64f with get, set
Property Value
Type:
MCvPoint3D64f
See Also