度数法の値型 [詳解]
#include <Angle.hpp>
公開メンバ関数 | |
Degree () | |
Degree (Num _num) | |
template<typename T> | |
Degree< Num > & | operator+= (T _add) |
Radian< Num > | ToRadian () const |
operator Num () const | |
bool | operator== (const Degree< Num > &_degree) const |
bool | operator== (const Radian< Num > &_radian) const |
bool | operator== (const Num &_angle) const |
bool | EpsilonIf (const Degree< Num > &_degree, const Num &_epsilon) const |
差が許容範囲内か調べる | |
bool | EpsilonIf (const Radian< Num > &_radian, const Num &_epsilon) const |
差が許容範囲内か調べる | |
bool | EpsilonIf (const Num &_angle, const Num &_epsilon) const |
差が許容範囲内か調べる | |
公開変数類 | |
RangeNum< Num, LoopOutOfRange > | epsilon { 0, 360 } |
比較の際に許す誤差の範囲 | |
非公開変数類 | |
RangeNum< Num, LoopOutOfRange > | angle { 0, 360 } |
度数法の値型
Num | 角度の値型 |
|
inline |
参照元 EpsilonIf(), operator+=(), operator==().
|
inline |
|
inline |
Radian< Num > Kisaragi_Lib::Degree< Num >::ToRadian | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
差が許容範囲内か調べる
_degree | 度数法の角度 |
_epsilon | 許容範囲 |
参照元 operator==(), operator==(), operator==().
|
inline |
|
inline |
|
private |
参照元 Degree(), EpsilonIf(), EpsilonIf(), EpsilonIf(), operator Num(), operator+=(), ToRadian().
RangeNum<Num, LoopOutOfRange> Kisaragi_Lib::Degree< Num >::epsilon { 0, 360 } |