TheAtlasEngine
 
Loading...
Searching...
No Matches
atlas::vector2< T > Struct Template Reference

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...

Detailed Description

template<typename T>
struct atlas::vector2< T >

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

Template Parameters
Tis the specified vector2 type specific to the mathematical frameworks representation, such as it can be glm::vec2.

The documentation for this struct was generated from the following file: