Flow Visualisation
|
Projection of a vector to other one. More...
Typedefs | |
typedef uint8 | glm::byte |
typedef uint16 | glm::word |
typedef uint32 | glm::dword |
typedef uint64 | glm::qword |
Projection of a vector to other one.
<glm/gtx/raw_data.hpp> need to be included to use these functionalities.
typedef uint8 glm::byte |
Type for byte numbers. From GLM_GTX_raw_data extension.
typedef uint32 glm::dword |
Type for dword numbers. From GLM_GTX_raw_data extension.
typedef uint64 glm::qword |
Type for qword numbers. From GLM_GTX_raw_data extension.
typedef uint16 glm::word |
Type for word numbers. From GLM_GTX_raw_data extension.