We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e22e94 commit 558d777Copy full SHA for 558d777
1 file changed
MarathonRecomp/api/Sonicteam/SoX/Math/Vector.h
@@ -11,6 +11,14 @@ namespace Sonicteam::SoX::Math
11
be<float> Y;
12
};
13
14
+ class Vector3
15
+ {
16
+ public:
17
+ be<float> X;
18
+ be<float> Y;
19
+ be<float> Z;
20
+ };
21
+
22
class __declspec(align(16)) Vector
23
{
24
public:
@@ -28,4 +36,4 @@ namespace Sonicteam::SoX::Math
28
36
be<float> Z;
29
37
be<float> W;
30
38
31
-}
39
+}
0 commit comments