Home
last modified time | relevance | path

Searched refs:t_3rd_vertex (Results 1 – 2 of 2) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bmsh3d/
H A Dbmsh3d_face.h250 bmsh3d_vertex* t_3rd_vertex(const bmsh3d_vertex* V1, const bmsh3d_vertex* V2) const;
H A Dbmsh3d_face.cxx971 bmsh3d_vertex* bmsh3d_face::t_3rd_vertex (const bmsh3d_vertex* V1, const bmsh3d_vertex* V2) const in t_3rd_vertex() function in bmsh3d_face
994 return t_3rd_vertex (E->sV(), E->eV()); in t_vertex_against_edge()