NVIDIA DeepStream SDK API Reference

6.4 Release
cvcore::AxisAngleRotation Struct Reference

Detailed Description

A struct Structure used to store AxisAngle Rotation parameters.

Definition at line 99 of file MathTypes.h.

Collaboration diagram for cvcore::AxisAngleRotation:

Public Member Functions

 AxisAngleRotation ()
 3d axis of rotation. More...
 
 AxisAngleRotation (double angleinput, Vector3d axisinput)
 

Data Fields

double angle
 
Vector3d axis
 Counterclockwise rotation angle [0, 2PI]. More...
 

Constructor & Destructor Documentation

◆ AxisAngleRotation() [1/2]

cvcore::AxisAngleRotation::AxisAngleRotation ( )
inline

3d axis of rotation.

Definition at line 104 of file MathTypes.h.

◆ AxisAngleRotation() [2/2]

cvcore::AxisAngleRotation::AxisAngleRotation ( double  angleinput,
Vector3d  axisinput 
)
inline

Definition at line 110 of file MathTypes.h.

Field Documentation

◆ angle

double cvcore::AxisAngleRotation::angle

Definition at line 101 of file MathTypes.h.

◆ axis

Vector3d cvcore::AxisAngleRotation::axis

Counterclockwise rotation angle [0, 2PI].

Definition at line 102 of file MathTypes.h.


The documentation for this struct was generated from the following file: