DATAKIT API  V2025.1
Dtk_feat_rotate_axis Class Reference

Generic Rotate Feature. More...

Public Member Functions

 Dtk_feat_rotate_axis ()
 Constructor of a rotation with axis Feature
More...
 
int get_angle (double *)
 Returns The angle of the rotation feature. More...
 
int get_axis (Dtk_feat_axis **)
 Returns the axis of the rotation feature. More...
 
 ~Dtk_feat_rotate_axis ()
 Destructor a rotation with axis Feature
More...
 

Data Fields

double angle
 
Dtk_feat_axisaxis
 

Detailed Description

Generic Rotate Feature.

Constructor & Destructor Documentation

◆ Dtk_feat_rotate_axis()

Dtk_feat_rotate_axis::Dtk_feat_rotate_axis ( )

Constructor of a rotation with axis Feature

Parameters
[in]<br>
[in/out]
[out]Allocatedrotation with axis feature
Returns

Remarks

◆ ~Dtk_feat_rotate_axis()

Dtk_feat_rotate_axis::~Dtk_feat_rotate_axis ( )

Destructor a rotation with axis Feature

Parameters
[in]rotationwith axis feature to destruct
[in/out]
[out]<br>
Returns
Free rotation with axis Feature
Remarks

Member Function Documentation

◆ get_angle()

int Dtk_feat_rotate_axis::get_angle ( double *  )

Returns The angle of the rotation feature.

Parameters
[in]Angleof the rotation Feature
[in/out]
[out]<br>
Returns
NOTOK if error, ISOK if ok
Remarks

◆ get_axis()

int Dtk_feat_rotate_axis::get_axis ( Dtk_feat_axis **  )

Returns the axis of the rotation feature.

Parameters
[in]Rotationwith Axis Feature
[in/out]
[out]<br>
Returns
NOTOK if error, ISOK if ok
Remarks

Field Documentation

◆ angle

double Dtk_feat_rotate_axis::angle

◆ axis

Dtk_feat_axis* Dtk_feat_rotate_axis::axis