Namespaces | Functions
angle.cpp File Reference

Implementation for regular radian/degree angle types. More...

#include <cmath>
#include "../../include/ecl/geometry/angle.hpp"
#include <ecl/math/constants.hpp>
Include dependency graph for angle.cpp:

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...
 

Detailed Description

Implementation for regular radian/degree angle types.

Implementation for regular radian/degree angle types.

Date
February 2010

Definition in file angle.cpp.



ecl_geometry
Author(s): Daniel Stonier
autogenerated on Mon Jun 10 2019 13:08:37