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

namespace  ecl
 

Embedded control libraries.


Functions

ecl_geometry_PUBLIC const float & ecl::wrap_angle (float &angle)
 Wrap the angle on -pi,pi (float types).
ecl_geometry_PUBLIC float ecl::wrap_angle (const float &angle)
 Return the wrapped the angle on -pi,pi (float types).
ecl_geometry_PUBLIC const double & ecl::wrap_angle (double &angle)
 Wrap the angle on -pi,pi (double types).
ecl_geometry_PUBLIC double ecl::wrap_angle (const double &angle)
 Return the wrapped the angle on -pi,pi (double types).

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 Sun Oct 5 2014 23:36:08