Developer Documentation
|
Functions for geometric operations related to angles. More...
Go to the source code of this file.
Namespaces | |
ACG | |
Namespace providing different geometric functions concerning angles. | |
ACG::Geometry | |
Functions | |
template<typename VectorT , typename ValueT > | |
ValueT | ACG::Geometry::getFullangle (VectorT _vector1, VectorT _vector2, const VectorT &_normal, bool &_skip) |
template<typename ValueT > | |
ValueT | ACG::Geometry::angleDist (const ValueT &angle0, const ValueT &angle1) |
template<typename ValueT > | |
ValueT | ACG::Geometry::getAngle (const ValueT &_cos, const ValueT &_sin) |
template<typename ValueT > | |
ValueT | ACG::Geometry::radToDeg (const ValueT &_angle) |
template<typename ValueT > | |
ValueT | ACG::Geometry::degToRad (const ValueT &_angle) |
Functions for geometric operations related to angles.
General file with template functions handling angles
Definition in file AlgorithmsAngleT.hh.