Cinder  0.9.1
Functions
GLM_GTX_mixed_producte

Functions

template<typename T , precision P>
GLM_FUNC_DECLglm::mixedProduct (tvec3< T, P > const &v1, tvec3< T, P > const &v2, tvec3< T, P > const &v3)
 

Detailed Description

Mixed product of 3 vectors.

<glm/gtx/mixed_product.hpp> need to be included to use these functionalities.

Function Documentation

template<typename T , precision P>
GLM_FUNC_DECL T glm::mixedProduct ( tvec3< T, P > const &  v1,
tvec3< T, P > const &  v2,
tvec3< T, P > const &  v3 
)

Mixed product of 3 vectors (from GLM_GTX_mixed_product extension)