#include <VP1HEPVis/SbPolyhedron.h>
#include <cassert>
#include <float.h>
#include "BooleanProcessor.h"
#include "PolygonTriangulator.h"
#include <map>
#include <set>
Go to the source code of this file.
◆ deg
◆ perMillion
#define perMillion 0.000001 |
◆ ffabs()
◆ iabs()
◆ operator+()
◆ operator<<() [1/2]
std::ostream& operator<< |
( |
std::ostream & |
ostr, |
|
|
const SbFacet & |
facet |
|
) |
| |
◆ operator<<() [2/2]
Definition at line 125 of file SbPolyhedron.cxx.
127 ostr <<
"Nverteces=" << ph.
m_nvert <<
", Nfacets=" << ph.
m_nface << std::endl;
130 ostr <<
"xyz(" <<
i <<
")="
135 ostr <<
"face(" <<
i <<
")=" << ph.
m_pF[
i] << std::endl;