|
GaitGeneration by Graph Search
|
クラス | |
| struct | designlab::Vector3 |
| 3次元の位置ベクトルを表す構造体. [詳解] | |
名前空間 | |
| namespace | designlab |
関数 | |
| constexpr Vector3 | designlab::operator* (const float s, const Vector3 &vec) noexcept |
| スカラーが先に来る場合の掛け算演算子. | |
| template<class Char > | |
| std::basic_ostream< Char > & | designlab::operator<< (std::basic_ostream< Char > &os, const Vector3 &v) |
| 出力ストリーム. ToCsvString と同じ形式で出力する. | |
| template<class Char > | |
| std::basic_istream< Char > & | designlab::operator>> (std::basic_istream< Char > &is, Vector3 &v) |
| 入力ストリーム. | |