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.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
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