Admer456 / halflife-adm-legacy

Advanced Development Mod - technical overhaul for Half-Life
Other
17 stars 5 forks source link

Maths library #10

Open Admer456 opened 4 years ago

Admer456 commented 4 years ago

Obviously we're not gonna use an external maths library, because that would be overkill.

Instead what I've been thinking about is a small maths library with the following classes:

It'd be a separate project, compiled as a static library.

Quaternions would be super useful for certain kinds of rotations, matrices would be useful for complicated transformations etc. so why not.