Fesapi 2.3.0.0
This project provides C++ classes which allow an easy access in import and export to the Energistics standards.
|
The trigonometry namespace. More...
Functions | |
double | convertToRadians (double angleValue, gsoap_resqml2_0_1::eml20__PlaneAngleUom angleUom) |
std::pair< double, double > | rotateXY (double xSource, double ySource, double angleValue, gsoap_resqml2_0_1::eml20__PlaneAngleUom angleUom) |
The trigonometry namespace.
double trigonometry::convertToRadians | ( | double | angleValue, |
gsoap_resqml2_0_1::eml20__PlaneAngleUom | angleUom | ||
) |
Convert an angle into radians
angleValue | The angle value. |
angleUom | The angle uom. |
std::pair< double, double > trigonometry::rotateXY | ( | double | xSource, |
double | ySource, | ||
double | angleValue, | ||
gsoap_resqml2_0_1::eml20__PlaneAngleUom | angleUom | ||
) |
From https://fr.wikipedia.org/wiki/Matrice_de_rotation#En_dimension_deux
xSource | The X coordinate of the point to rotate. |
ySource | The Y coordinate of the point to rotate. |
angleValue | The rotation angle value. A positive value indicates a clockwise rotation. |
angleUom | The rotation angle unit of measure. |