mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-peak.git
synced 2025-06-13 19:25:58 +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 normalized();
|
||||||
|
|
||||||
Quaternion conjugate();
|
Quaternion conjugate();
|
||||||
|
|
||||||
|
matrix toRotationMatrix();
|
||||||
public:
|
public:
|
||||||
float x, y, z, w;
|
float x, y, z, w;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user