phy1um / ps2-homebrew-livestreams

Repo for code written during my Playstation 2 Homebrew livestreams
MIT License
47 stars 6 forks source link

Math - Vector 2, Vector 3 and Matrix 3x3 #44

Closed phy1um closed 2 years ago

phy1um commented 2 years ago

Math systems work as follows:

We can create pipelines of math operations in Lua, but then trivially port those to C later if performance is a problem.

Missing/Todo: