Bayeux
3.4.1
Core Foundation library for SuperNEMO
|
A STL facet. More...
#include <bayeux/geomtools/stl_tools.h>
Public Member Functions | |
facet () | |
Default constructor. More... | |
Public Attributes | |
double | nx |
double | ny |
double | nz |
Coordinates of the normal to the facet. More... | |
std::vector< vertex > | vertices |
Array of vertices. More... | |
Friends | |
std::ostream & | operator<< (std::ostream &out_, const facet &fct_) |
A STL facet.
geomtools::stl::facet::facet | ( | ) |
Default constructor.
|
friend |
double geomtools::stl::facet::nx |
double geomtools::stl::facet::ny |
double geomtools::stl::facet::nz |
Coordinates of the normal to the facet.
std::vector<vertex> geomtools::stl::facet::vertices |
Array of vertices.