Define AXIS_COUNT in all vector types

This commit is contained in:
Aaron Franke
2022-09-19 17:50:35 -05:00
parent ca1ebf9fee
commit 50fb0220ca
4 changed files with 8 additions and 0 deletions

View File

@@ -38,6 +38,8 @@ class String;
struct Vector4;
struct _NO_DISCARD_ Vector4i {
static const int AXIS_COUNT = 4;
enum Axis {
AXIS_X,
AXIS_Y,