00001
00002
00004
00005
00006
00007
00009
00010
00012
00013 #ifndef glm_gtx_mixed_product
00014 #define glm_gtx_mixed_product
00015
00016
00017 #include "../glm.hpp"
00018
00019 #if(defined(GLM_MESSAGES) && !defined(glm_ext))
00020 # pragma message("GLM: GLM_GTX_mixed_product extension included")
00021 #endif
00022
00023 namespace glm{
00024 namespace gtx{
00025 namespace mixed_product
00026 {
00029
00031 template <typename valType>
00032 valType mixedProduct(
00033 detail::tvec3<valType> const & v1,
00034 detail::tvec3<valType> const & v2,
00035 detail::tvec3<valType> const & v3);
00036
00038 }
00039 }
00040 }
00041
00042 #include "mixed_product.inl"
00043
00044 namespace glm{using namespace gtx::mixed_product;}
00045
00046 #endif//glm_gtx_mixed_product