|
template<typename T > |
Angle< T > | ion::math::ArcCosine (T v) |
| Returns the inverse cosine of the given value. More...
|
|
template<> |
Angle< float > | ion::math::ArcCosine (float v) |
| float specialization of ArcCosine. More...
|
|
template<typename T > |
Angle< T > | ion::math::ArcSine (T v) |
| Returns the inverse sine of the given value. More...
|
|
template<> |
Angle< float > | ion::math::ArcSine (float v) |
| float specialization of ArcSine. More...
|
|
template<typename T > |
Angle< T > | ion::math::ArcTangent (T v) |
| Returns the inverse tangent of the given value. More...
|
|
template<> |
Angle< float > | ion::math::ArcTangent (float v) |
| float specialization of ArcTan. More...
|
|
template<typename T > |
Angle< T > | ion::math::ArcTangent2 (T y, T x) |
| Returns the four-quadrant inverse tangent of the given values. More...
|
|
template<> |
Angle< float > | ion::math::ArcTangent2 (float y, float x) |
| float specialization of ArcTangent2. More...
|
|
template<typename T > |
T | ion::math::Cosine (const ion::math::Angle< T > &angle) |
| ion::math::Angle specialization of Cosine. More...
|
|
template<typename T > |
T | ion::math::Sine (const ion::math::Angle< T > &angle) |
| ion::math::Angle specialization of Sine. More...
|
|
template<typename T > |
T | ion::math::Tangent (const ion::math::Angle< T > &angle) |
| ion::math::Angle specialization of Tangent. More...
|
|
template<int Dimension, typename T > |
Angle< T > | ion::math::AngleBetween (const ion::math::Vector< Dimension, T > &a, const ion::math::Vector< Dimension, T > &b) |
| Returns the angle between two unit vectors. More...
|
|