RLGL_STANDALONE RAYMATH_STANDALONE Vector4
This commit is contained in:
parent
31457b8cb6
commit
77103553c5
|
|
@ -114,6 +114,14 @@
|
||||||
float z;
|
float z;
|
||||||
} Vector3;
|
} Vector3;
|
||||||
|
|
||||||
|
// Vector4 type
|
||||||
|
typedef struct Vector4 {
|
||||||
|
float x;
|
||||||
|
float y;
|
||||||
|
float z;
|
||||||
|
float w;
|
||||||
|
} Vector4;
|
||||||
|
|
||||||
// Quaternion type
|
// Quaternion type
|
||||||
typedef struct Quaternion {
|
typedef struct Quaternion {
|
||||||
float x;
|
float x;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user