wip
This commit is contained in:
@@ -34,6 +34,9 @@ struct Quat
|
||||
float Y = 0.0f;
|
||||
float Z = 0.0f;
|
||||
float W = 1.0f;
|
||||
|
||||
static Quat FromEuler(float x, float y, float z);
|
||||
static Quat FromEuler(Vec3 rot);
|
||||
};
|
||||
|
||||
struct Mat4
|
||||
|
||||
Reference in New Issue
Block a user