mirror of
https://github.com/okalachev/flix.git
synced 2026-06-28 05:56:44 +00:00
Minor fixes and changes
This commit is contained in:
@@ -167,6 +167,7 @@ public:
|
||||
return Vector(res.x, res.y, res.z);
|
||||
}
|
||||
|
||||
// Rotate vector by quaternion
|
||||
inline Vector rotate(const Vector& v) {
|
||||
return conjugateInversed(v);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user