Functions
GLM_GTX_normal
GTX Extensions (Experimental)

Compute the normal of a triangle. More...

Collaboration diagram for GLM_GTX_normal:

Functions

template<typename T , precision P>
GLM_FUNC_DECL detail::tvec3< T, P > glm::triangleNormal (detail::tvec3< T, P > const &p1, detail::tvec3< T, P > const &p2, detail::tvec3< T, P > const &p3)

Detailed Description

Compute the normal of a triangle.

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


Function Documentation

template<typename T , precision P>
GLM_FUNC_DECL detail::tvec3<T, P> glm::triangleNormal ( detail::tvec3< T, P > const &  p1,
detail::tvec3< T, P > const &  p2,
detail::tvec3< T, P > const &  p3 
)

Computes triangle normal from triangle points. From GLM_GTX_normal extension.



rtabmap
Author(s): Mathieu Labbe
autogenerated on Thu Jun 6 2019 21:59:38