Medusa  1.1
Coordinate Free Mehless Method implementation
mm::STL::Triangle Struct Reference

#include <STL_fwd.hpp>

Detailed Description

Holds one STL triangle, which consists of three points, a normal and an attribute.

Definition at line 31 of file STL_fwd.hpp.

+ Collaboration diagram for mm::STL::Triangle:

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...
 

Member Data Documentation

◆ attribute

uint16_t mm::STL::Triangle::attribute

attribute of this triangle

Definition at line 34 of file STL_fwd.hpp.

◆ normal

Point mm::STL::Triangle::normal

triangle normal

Definition at line 32 of file STL_fwd.hpp.

◆ p1

Point mm::STL::Triangle::p1

first point

Definition at line 32 of file STL_fwd.hpp.

◆ p2

Point mm::STL::Triangle::p2

second point

Definition at line 32 of file STL_fwd.hpp.

◆ p3

Point mm::STL::Triangle::p3

third point

Definition at line 33 of file STL_fwd.hpp.


The documentation for this struct was generated from the following file: