Bayeux  3.4.1
Core Foundation library for SuperNEMO
Public Member Functions | Public Attributes | Friends | List of all members
geomtools::stl::facet Struct Reference

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< vertexvertices
 Array of vertices. More...
 

Friends

std::ostream & operator<< (std::ostream &out_, const facet &fct_)
 

Detailed Description

A STL facet.

Constructor & Destructor Documentation

◆ facet()

geomtools::stl::facet::facet ( )

Default constructor.

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  out_,
const facet fct_ 
)
friend

Member Data Documentation

◆ nx

double geomtools::stl::facet::nx

◆ ny

double geomtools::stl::facet::ny

◆ nz

double geomtools::stl::facet::nz

Coordinates of the normal to the facet.

◆ vertices

std::vector<vertex> geomtools::stl::facet::vertices

Array of vertices.


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