diff options
author | nathansmithsmith <nathansmith7@mailfence.com> | 2023-08-03 00:11:48 -0600 |
---|---|---|
committer | nathansmithsmith <nathansmith7@mailfence.com> | 2023-08-03 00:11:48 -0600 |
commit | 6d7842484434d1d3f4265194ba87db6afff3186b (patch) | |
tree | 07d9307c500ae47c9c250a2cb8ec24104c78a94b /src/util.h | |
parent | 7259478c55bcf1eb717ee1b846522121ef5fd7f3 (diff) |
Working on circle thingy
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ float signum(float n); // Debugging stuff. void printVector3(Vector3 v); +void printVector2(Vector2 v); // Thank you chatgpt. bool checkTriangleCollision3D(const Triangle3D triangleA, const Triangle3D triangleB, Vector3 normalA, Vector3 normalB); |