|
#define | _GLM_SWIZZLE_TEMPLATE1 template <int N, typename T, typename V, int E0, int E1, int E2, int E3> |
|
#define | _GLM_SWIZZLE_TEMPLATE2 template <int N, typename T, typename V, int E0, int E1, int E2, int E3, int F0, int F1, int F2, int F3> |
|
#define | _GLM_SWIZZLE_TYPE1 glm::detail::swizzle<N,T,V,E0,E1,E2,E3> |
|
#define | _GLM_SWIZZLE_TYPE2 glm::detail::swizzle<N,T,V,F0,F1,F2,F3> |
|
#define | _GLM_SWIZZLE_VECTOR_BINARY_OPERATOR_IMPLEMENTATION(OPERAND) |
|
#define | _GLM_SWIZZLE_SCALAR_BINARY_OPERATOR_IMPLEMENTATION(OPERAND) |
|
#define | _GLM_SWIZZLE_FUNCTION_1_ARGS(RETURN_TYPE, FUNCTION) |
|
#define | _GLM_SWIZZLE_FUNCTION_2_ARGS(RETURN_TYPE, FUNCTION) |
|
#define | _GLM_SWIZZLE_FUNCTION_2_ARGS_SCALAR(RETURN_TYPE, FUNCTION) |
|
#define | _GLM_SWIZZLE2_2_MEMBERS(T, P, E0, E1) |
|
#define | _GLM_SWIZZLE2_3_MEMBERS(T, P2, E0, E1) |
|
#define | _GLM_SWIZZLE2_4_MEMBERS(T, P2, E0, E1) |
|
#define | _GLM_SWIZZLE3_2_MEMBERS(T, P2, E0, E1, E2) |
|
#define | _GLM_SWIZZLE3_3_MEMBERS(T, P, E0, E1, E2) |
|
#define | _GLM_SWIZZLE3_4_MEMBERS(T, P2, E0, E1, E2) |
|
#define | _GLM_SWIZZLE4_2_MEMBERS(T, P, E0, E1, E2, E3) |
|
#define | _GLM_SWIZZLE4_3_MEMBERS(T, P, E0, E1, E2, E3) |
|
#define | _GLM_SWIZZLE4_4_MEMBERS(T, P, E0, E1, E2, E3) |
|
OpenGL Mathematics (glm.g-truc.net)
Copyright (c) 2005 - 2013 G-Truc Creation (www.g-truc.net) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
GLM Core
- Date
- 2006-04-20 / 2011-02-16
- Author
- Christophe Riccio