mirror of
https://github.com/AxioDL/zeus.git
synced 2025-06-05 14:13:33 +00:00
Add CQuaternion::transform
This commit is contained in:
parent
b71cf19344
commit
81afa635ef
@ -181,6 +181,8 @@ public:
|
||||
return {q.x, q.y, q.z};
|
||||
}
|
||||
|
||||
CVector3f transform(const CVector3f& v) const { return rotate(*this, v); }
|
||||
|
||||
CQuaternion log() const;
|
||||
|
||||
CQuaternion exp() const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user