1.0.0 API documentation
|
Typedefs | |
typedef detail::uint8 | byte |
Type for byte numbers. More... | |
typedef detail::uint32 | dword |
Type for dword numbers. More... | |
typedef detail::uint64 | qword |
Type for qword numbers. More... | |
typedef detail::uint16 | word |
Type for word numbers. More... | |
Include <glm/gtx/raw_data.hpp> to use the features of this extension.
Projection of a vector to other one
typedef detail::uint8 byte |
typedef detail::uint32 dword |
Type for dword numbers.
From GLM_GTX_raw_data extension.
Definition at line 40 of file raw_data.hpp.
typedef detail::uint64 qword |
Type for qword numbers.
From GLM_GTX_raw_data extension.
Definition at line 44 of file raw_data.hpp.
typedef detail::uint16 word |