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