#include "imesh_vertex.h"Go to the source code of this file.
Functions | |
| vgl_vector_3d< double > | imesh_tri_normal (const imesh_vertex< 3 > &a, const imesh_vertex< 3 > &b, const imesh_vertex< 3 > &c) |
| compute the vector normal to the plane defined by 3 vertices. | |
Definition in file imesh_vertex.cxx.
| vgl_vector_3d<double> imesh_tri_normal | ( | const imesh_vertex< 3 > & | a, |
| const imesh_vertex< 3 > & | b, | ||
| const imesh_vertex< 3 > & | c | ||
| ) |
compute the vector normal to the plane defined by 3 vertices.
Definition at line 11 of file imesh_vertex.cxx.
1.7.5.1