#include <STL_fwd.hpp>
Holds one STL triangle, which consists of three points, a normal and an attribute.
Definition at line 31 of file STL_fwd.hpp.
Public Attributes | |
Point | normal |
triangle normal More... | |
Point | p1 |
first point More... | |
Point | p2 |
second point More... | |
Point | p3 |
third point More... | |
uint16_t | attribute |
attribute of this triangle More... | |
uint16_t mm::STL::Triangle::attribute |
attribute of this triangle
Definition at line 34 of file STL_fwd.hpp.
Point mm::STL::Triangle::normal |
triangle normal
Definition at line 32 of file STL_fwd.hpp.
Point mm::STL::Triangle::p1 |
first point
Definition at line 32 of file STL_fwd.hpp.
Point mm::STL::Triangle::p2 |
second point
Definition at line 32 of file STL_fwd.hpp.
Point mm::STL::Triangle::p3 |
third point
Definition at line 33 of file STL_fwd.hpp.