vector3<T> is to define a centralized wrapper as a mathematical representaiton for communicating vector3 types from frameworks to glm::vec3 More...
#include <types.hpp>
vector3<T> is to define a centralized wrapper as a mathematical representaiton for communicating vector3 types from frameworks to glm::vec3
Representing a 3-component value mathematical type
| T | is the type of vector2 such as glm::vec3 |
Example Usage: