Flow Visualisation
GLM_GTX_std_based_type

Adds vector types based on STL value types. <glm/gtx/std_based_type.hpp> need to be included to use these functionalities. More...

Collaboration diagram for GLM_GTX_std_based_type:

Typedefs

typedef detail::tvec2< std::size_t > glm::size2
 
typedef detail::tvec3< std::size_t > glm::size3
 
typedef detail::tvec4< std::size_t > glm::size4
 
typedef detail::tvec2< std::size_t > glm::size2_t
 
typedef detail::tvec3< std::size_t > glm::size3_t
 
typedef detail::tvec4< std::size_t > glm::size4_t
 

Detailed Description

Adds vector types based on STL value types. <glm/gtx/std_based_type.hpp> need to be included to use these functionalities.

Typedef Documentation

typedef detail::tvec2<std::size_t> glm::size2

Vector type based of two std::size_t components.

See also
GLM_GTX_std_based_type
typedef detail::tvec2<std::size_t> glm::size2_t

Vector type based of two std::size_t components.

See also
GLM_GTX_std_based_type
typedef detail::tvec3<std::size_t> glm::size3

Vector type based of three std::size_t components.

See also
GLM_GTX_std_based_type
typedef detail::tvec3<std::size_t> glm::size3_t

Vector type based of three std::size_t components.

See also
GLM_GTX_std_based_type
typedef detail::tvec4<std::size_t> glm::size4

Vector type based of four std::size_t components.

See also
GLM_GTX_std_based_type
typedef detail::tvec4<std::size_t> glm::size4_t

Vector type based of four std::size_t components.

See also
GLM_GTX_std_based_type