mirror of
https://github.com/icaven/glm.git
synced 2025-12-08 01:36:48 +08:00
- specializes for 1, 2, 3 and 4-dimensional vector types which are then aliased as tvec1, tvec2, tvec3 and tvec4 - requires C++11 aliases; breaks compatability with C++03 - tested on: - clang-3.5.2, clang-3.8.0 - gcc 4.8.5, gcc 5.4.1, gcc 6.2.0 TODO: - still uses template template parameters - most can probably be removed - some definitions might now be de-duplicated |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| gtc_bitfield.cpp | ||
| gtc_color_space.cpp | ||
| gtc_constants.cpp | ||
| gtc_epsilon.cpp | ||
| gtc_functions.cpp | ||
| gtc_integer.cpp | ||
| gtc_matrix_access.cpp | ||
| gtc_matrix_integer.cpp | ||
| gtc_matrix_inverse.cpp | ||
| gtc_matrix_transform.cpp | ||
| gtc_noise.cpp | ||
| gtc_packing.cpp | ||
| gtc_quaternion.cpp | ||
| gtc_random.cpp | ||
| gtc_reciprocal.cpp | ||
| gtc_round.cpp | ||
| gtc_type_aligned.cpp | ||
| gtc_type_precision.cpp | ||
| gtc_type_ptr.cpp | ||
| gtc_ulp.cpp | ||
| gtc_user_defined_types.cpp | ||
| gtc_vec1.cpp | ||