vector2<T> is to define as a centralized mathematical representation of types such as glm::vec2, but can be defined based to the needs of specific mathematical types. More...
vector2<T> is to define as a centralized mathematical representation of types such as glm::vec2, but can be defined based to the needs of specific mathematical types.
Representing a 2-component values mathematical type
| T | is the specified vector2 type specific to the mathematical frameworks representation, such as it can be glm::vec2. |