Skip to content

Commit

Permalink
Slightly more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
escape209 committed Sep 20, 2024
1 parent ad23e40 commit 5fc7ed4
Show file tree
Hide file tree
Showing 8 changed files with 912 additions and 66 deletions.
1 change: 1 addition & 0 deletions src/SB/Core/x/xVec3.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ struct xVec3
xVec3& invert();
F32 dot(const xVec3& c) const;
xVec3& normalize();
xVec3& assign(F32 val);
};

F32 xVec3Normalize(xVec3* o, const xVec3* v);
Expand Down
Loading

0 comments on commit 5fc7ed4

Please sign in to comment.