< GLM_GTX_normal extension: Compute the normal of a triangle. More...
Functions | |
template<typename T > | |
detail::tvec3< T > | triangleNormal (detail::tvec3< T > const &p1, detail::tvec3< T > const &p2, detail::tvec3< T > const &p3) |
< GLM_GTX_normal extension: Compute the normal of a triangle.