Adds vector types based on STL value types. <glm/gtx/std_based_type.hpp> need to be included to use these functionalities. More...
Typedefs | |
typedef detail::tvec2 < std::size_t, defaultp > | glm::size2 |
typedef detail::tvec2 < std::size_t, defaultp > | glm::size2_t |
typedef detail::tvec3 < std::size_t, defaultp > | glm::size3 |
typedef detail::tvec3 < std::size_t, defaultp > | glm::size3_t |
typedef detail::tvec4 < std::size_t, defaultp > | glm::size4 |
typedef detail::tvec4 < std::size_t, defaultp > | glm::size4_t |
Adds vector types based on STL value types. <glm/gtx/std_based_type.hpp> need to be included to use these functionalities.
typedef detail::tvec2<std::size_t, defaultp> glm::size2 |
Vector type based of two std::size_t components.
Definition at line 55 of file std_based_type.hpp.
typedef detail::tvec2<std::size_t, defaultp> glm::size2_t |
Vector type based of two std::size_t components.
Definition at line 67 of file std_based_type.hpp.
typedef detail::tvec3<std::size_t, defaultp> glm::size3 |
Vector type based of three std::size_t components.
Definition at line 59 of file std_based_type.hpp.
typedef detail::tvec3<std::size_t, defaultp> glm::size3_t |
Vector type based of three std::size_t components.
Definition at line 71 of file std_based_type.hpp.
typedef detail::tvec4<std::size_t, defaultp> glm::size4 |
Vector type based of four std::size_t components.
Definition at line 63 of file std_based_type.hpp.
typedef detail::tvec4<std::size_t, defaultp> glm::size4_t |
Vector type based of four std::size_t components.
Definition at line 75 of file std_based_type.hpp.