GLM
0.9.5
|
Typedefs | |
typedef detail::uint8 | byte |
typedef detail::uint32 | dword |
typedef detail::uint64 | qword |
typedef detail::uint16 | word |
Projection of a vector to other one.
<glm/gtx/raw_data.hpp> need to be included to use these functionalities.
typedef detail::uint8 byte |
typedef detail::uint32 dword |
Type for dword numbers.
From GLM_GTX_raw_data extension.
Definition at line 63 of file raw_data.hpp.
typedef detail::uint64 qword |
Type for qword numbers.
From GLM_GTX_raw_data extension.
Definition at line 67 of file raw_data.hpp.
typedef detail::uint16 word |