Junk cleanup and new json formatting
This commit is contained in:
@@ -13,8 +13,14 @@ public:
|
||||
float pitch;
|
||||
float yaw;
|
||||
};
|
||||
eulerAngles getEulerAngles();
|
||||
struct acceleration {
|
||||
float x;
|
||||
float y;
|
||||
float z;
|
||||
};
|
||||
|
||||
eulerAngles getEulerAngles();
|
||||
acceleration getAcelleration();
|
||||
|
||||
private:
|
||||
struct RotationQuintillions {
|
||||
|
Reference in New Issue
Block a user