mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-peak.git
synced 2025-09-28 22:37:33 +00:00
Fixed a problem in the quaternion implementation
This commit is contained in:
@@ -61,6 +61,8 @@ namespace sta
|
||||
Quaternion normalized();
|
||||
|
||||
Quaternion conjugate();
|
||||
|
||||
matrix toRotationMatrix();
|
||||
public:
|
||||
float x, y, z, w;
|
||||
};
|
||||
|
Reference in New Issue
Block a user