rebl-AMR
stl::triangle Struct Reference

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
 

Detailed Description

structure to store normals and vertices of a triangle

Constructor & Destructor Documentation

◆ triangle()

stl::triangle::triangle ( point  normalp,
point  v1p,
point  v2p,
point  v3p 
)
inline

Member Data Documentation

◆ normal

point stl::triangle::normal

normal

◆ v1

point stl::triangle::v1

coordinates of the vertex 1

◆ v2

point stl::triangle::v2

coordinates of the vertex 2

◆ v3

point stl::triangle::v3

coordinates of the vertex 3


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