Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/moto/include/MT_Quaternion.h')
-rw-r--r--intern/moto/include/MT_Quaternion.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/intern/moto/include/MT_Quaternion.h b/intern/moto/include/MT_Quaternion.h
index aa2045fc56f..03b52efe600 100644
--- a/intern/moto/include/MT_Quaternion.h
+++ b/intern/moto/include/MT_Quaternion.h
@@ -95,6 +95,9 @@ public:
void invert();
MT_Quaternion inverse() const;
+ MT_Scalar angle(const MT_Quaternion& q) const;
+ MT_Quaternion slerp(const MT_Quaternion& q, const MT_Scalar& t) const;
+
static MT_Quaternion random();
};