Struct triangle
Defined in File math3d.h
Struct Documentation
-
struct triangle
Public Functions
-
inline triangle()
-
inline triangle(int id0, int id1, int id2)
-
inline triangle(const oriented_point3d &p0_, const oriented_point3d &p1_, const oriented_point3d &p2_, const normal3d &n_)
-
inline triangle(const oriented_point3d &p0_, const oriented_point3d &p1_, const oriented_point3d &p2_, const normal3d &n_, int id0_, int id1_, int id2_)
-
inline triangle()