Back to Mame

0.9.8: GLM_GTX_std_based_type

3rdparty/glm/doc/api/a00230.html

latest3.2 KB
Original Source

| | 0.9.8 |

Typedefs

GLM_GTX_std_based_type GTX Extensions (Experimental)

|

Typedefs

| | typedef tvec1< std::size_t, defaultp > | size1 | | | | typedef tvec1< std::size_t, defaultp > | size1_t | | | | typedef tvec2< std::size_t, defaultp > | size2 | | | | typedef tvec2< std::size_t, defaultp > | size2_t | | | | typedef tvec3< std::size_t, defaultp > | size3 | | | | typedef tvec3< std::size_t, defaultp > | size3_t | | | | typedef tvec4< std::size_t, defaultp > | size4 | | | | typedef tvec4< std::size_t, defaultp > | 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 tvec1<std::size_t, defaultp> size1 |

Vector type based of one std::size_t component.

See alsoGLM_GTX_std_based_type

Definition at line 30 of file std_based_type.hpp.

| typedef tvec1<std::size_t, defaultp> size1_t |

Vector type based of one std::size_t component.

See alsoGLM_GTX_std_based_type

Definition at line 46 of file std_based_type.hpp.

| typedef tvec2<std::size_t, defaultp> size2 |

Vector type based of two std::size_t components.

See alsoGLM_GTX_std_based_type

Definition at line 34 of file std_based_type.hpp.

| typedef tvec2<std::size_t, defaultp> size2_t |

Vector type based of two std::size_t components.

See alsoGLM_GTX_std_based_type

Definition at line 50 of file std_based_type.hpp.

| typedef tvec3<std::size_t, defaultp> size3 |

Vector type based of three std::size_t components.

See alsoGLM_GTX_std_based_type

Definition at line 38 of file std_based_type.hpp.

| typedef tvec3<std::size_t, defaultp> size3_t |

Vector type based of three std::size_t components.

See alsoGLM_GTX_std_based_type

Definition at line 54 of file std_based_type.hpp.

| typedef tvec4<std::size_t, defaultp> size4 |

Vector type based of four std::size_t components.

See alsoGLM_GTX_std_based_type

Definition at line 42 of file std_based_type.hpp.

| typedef tvec4<std::size_t, defaultp> size4_t |

Vector type based of four std::size_t components.

See alsoGLM_GTX_std_based_type

Definition at line 58 of file std_based_type.hpp.


Generated by 1.8.10