GaitGeneration by Graph Search
|
double型の定数を提供するクラス. [詳解]
#include <math_const.h>
静的公開変数類 | |
static constexpr double | kAllowableError = 0.001 |
許容誤差. | |
static constexpr double | kRoundAngle = 360.0 |
360度の角. | |
double型の定数を提供するクラス.
math_const.h の 47 行目に定義があります。
|
staticconstexpr |
許容誤差.
math_const.h の 50 行目に定義があります。
|
staticconstexpr |
360度の角.
math_const.h の 53 行目に定義があります。