![]() |
rebl-AMR
|
structure to store normals and vertices of a triangle More...
#include <parse_stl.h>
Public Member Functions | |
| triangle (point normalp, point v1p, point v2p, point v3p) | |
Public Attributes | |
| point | normal |
| point | v1 |
| point | v2 |
| point | v3 |
structure to store normals and vertices of a triangle
| point stl::triangle::normal |
normal
| point stl::triangle::v1 |
coordinates of the vertex 1
| point stl::triangle::v2 |
coordinates of the vertex 2
| point stl::triangle::v3 |
coordinates of the vertex 3