GaitGeneration by Graph Search
全て クラス 名前空間 ファイル 関数 変数 型定義 列挙型 列挙値 マクロ定義 ページ Concepts
名前空間 | 関数
math_rotation_matrix.cpp ファイル
#include "math_rotation_matrix.h"
#include <cmath>
#include "math_util.h"

[ソースコード]

名前空間

namespace  designlab
 

関数

Vector3 designlab::RotateVector3 (const Vector3 &vec, const RotationMatrix3x3 &rot)
 回転させたベクトルを返す.