Blender V2.61 - r43446
|
Go to the source code of this file.
Functions | |
static MT_Scalar | safe_acos (MT_Scalar f) |
static MT_Vector3 | normalize (const MT_Vector3 &v) |
static float | angle (const MT_Vector3 &v1, const MT_Vector3 &v2) |
Definition in file IK_QJacobianSolver.cpp.
static float angle | ( | const MT_Vector3 & | v1, |
const MT_Vector3 & | v2 | ||
) | [static] |
Definition at line 188 of file IK_QJacobianSolver.cpp.
References MT_Vector3::dot(), and safe_acos().
static MT_Vector3 normalize | ( | const MT_Vector3 & | v | ) | [static] |
Definition at line 180 of file IK_QJacobianSolver.cpp.
References len(), MT_Vector3::length(), and MT_fuzzyZero().