#include "atan2.hpp"#include "vector.hpp"#include "../su.hpp"#include "../export.hpp"#include <boost/optional.hpp>#include <boost/utility/enable_if.hpp>#include <boost/type_traits/is_floating_point.hpp>#include <cmath>Go to the source code of this file.
Namespaces | |
| namespace | sge |
| namespace | sge::math |
Functions | |
| template<typename Dest, typename T> | |
| boost::enable_if < boost::is_floating_point < Dest >, boost::optional < Dest > >::type | sge::math::angle_to (const basic_vector< T, 2 > &from, const basic_vector< T, 2 > &to) |
| template<typename Dest, typename T> | |
| boost::enable_if < boost::is_floating_point < Dest >, boost::optional < Dest > >::type | sge::math::angle_to (const basic_vector< T, 2 > &to) |
| SGE_SYMBOL space_unit | sge::math::rel_angle_to_abs (space_unit) |
| SGE_SYMBOL space_unit | sge::math::abs_angle_to_rel (space_unit) |
| SGE_SYMBOL bool | sge::math::is_rel_angle (space_unit) |
1.5.5