mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-peak.git
synced 2025-06-11 18:35:59 +00:00
Fixed a problem in the quaternion implementation
This commit is contained in:
parent
1393ade57b
commit
ee10ce1189
@ -61,6 +61,8 @@ namespace sta
|
||||
Quaternion normalized();
|
||||
|
||||
Quaternion conjugate();
|
||||
|
||||
matrix toRotationMatrix();
|
||||
public:
|
||||
float x, y, z, w;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user