jpaoneMines / csci441

CSCI441 Library Helper Functions and Classes
MIT License
5 stars 2 forks source link

Create math quaternion helpers #24

Closed jpaoneMines closed 12 months ago

jpaoneMines commented 1 year ago

Create a new namespace CSCI441::MATH namespace (or similar) that contains quaternion types and subsequent math operations.

jpaoneMines commented 12 months ago

glm includes a number of quaternion functions

https://glm.g-truc.net/0.9.9/api/a00252.html

jpaoneMines commented 12 months ago

glm has necessary functionality