Click or drag to resize

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: 4.0.1.3373 (4.0.1.3373)
Syntax
public MCvPoint3D64f AxisAngle { get; set; }

Property Value

Type: MCvPoint3D64f
See Also