Implementation for regular radian/degree angle types. More...
Go to the source code of this file.
Namespaces | |
ecl | |
Embedded control libraries. | |
Functions | |
ecl_geometry_PUBLIC const float & | ecl::wrap_angle (float &angle) |
Wrap the angle on -pi,pi (float types). More... | |
ecl_geometry_PUBLIC float | ecl::wrap_angle (const float &angle) |
Return the wrapped the angle on -pi,pi (float types). More... | |
ecl_geometry_PUBLIC const double & | ecl::wrap_angle (double &angle) |
Wrap the angle on -pi,pi (double types). More... | |
ecl_geometry_PUBLIC double | ecl::wrap_angle (const double &angle) |
Return the wrapped the angle on -pi,pi (double types). More... | |
Implementation for regular radian/degree angle types.
Implementation for regular radian/degree angle types.
Definition in file angle.cpp.