Open Admer456 opened 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.
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.