![]() |
rebl-AMR
|
structure to store normals and vertices of a triangle More...
#include <geomSTL.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 triangle::normal |
normal
| point triangle::v1 |
coordinates of the vertex 1
| point triangle::v2 |
coordinates of the vertex 2
| point triangle::v3 |
coordinates of the vertex 3