Skip to content

Commit

Permalink
change axis to component cuz we r cooler than fusion
Browse files Browse the repository at this point in the history
  • Loading branch information
celery6 committed Dec 22, 2024
1 parent 459f67b commit 9cecdcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/math/math.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ typedef union {
float x;
float y;
float z;
} axis;
} component;
} vector3d_t;

/**
Expand Down

0 comments on commit 9cecdcb

Please sign in to comment.