![]() |
KudanAR - iOS
1.6.0
|
Compute the normal of a triangle. More...
Functions | |
| template<typename T , precision P> | |
| GLM_FUNC_DECL tvec3< T, P > | glm::triangleNormal (tvec3< T, P > const &p1, tvec3< T, P > const &p2, tvec3< T, P > const &p3) |
Compute the normal of a triangle.
<glm/gtx/normal.hpp> need to be included to use these functionalities.