Classes | |
| class | BALL::TAngle< T > |
Functions | |
| template<typename T > | |
| BALL_INLINE TAngle< T > | BALL::operator* (const T &val, const TAngle< T > &angle) |
| template<typename T > | |
| BALL_INLINE TAngle< T > | BALL::operator+ (const T &val, const TAngle< T > &angle) |
| template<typename T > | |
| BALL_INLINE TAngle< T > | BALL::operator- (const T &val, const TAngle< T > &angle) |
| BALL_INLINE TAngle< T > BALL::operator* | ( | const T & | val, | |
| const TAngle< T > & | angle | |||
| ) | [inline] |
Multiplication operator. Multiplies a number with an angle.
References BALL::TAngle< T >::value.
| BALL_INLINE TAngle< T > BALL::operator+ | ( | const T & | val, | |
| const TAngle< T > & | angle | |||
| ) | [inline] |
Plus operator. Adds a number with an angle (in rad!)
References BALL::TAngle< T >::value.
| BALL_INLINE TAngle< T > BALL::operator- | ( | const T & | val, | |
| const TAngle< T > & | angle | |||
| ) | [inline] |
Minus operator. Subtracts the value of an angle (in rad!) from a number.
References BALL::TAngle< T >::value.