Mixed product of 3 vectors. More...
|
Functions | |
| template<typename T , precision P> | |
| GLM_FUNC_DECL T | glm::mixedProduct (detail::tvec3< T, P > const &v1, detail::tvec3< T, P > const &v2, detail::tvec3< T, P > const &v3) |
| Mixed product of 3 vectors (from GLM_GTX_mixed_product extension) | |
Mixed product of 3 vectors.
<glm/gtx/mixed_product.hpp> need to be included to use these functionalities.
| GLM_FUNC_DECL T glm::mixedProduct | ( | detail::tvec3< T, P > const & | v1, |
| detail::tvec3< T, P > const & | v2, | ||
| detail::tvec3< T, P > const & | v3 | ||
| ) |
Mixed product of 3 vectors (from GLM_GTX_mixed_product extension)