![]() |
ROOT
6.06/09
Reference Guide
|
#include "Rtypes.h"
Include dependency graph for CsgOps.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | RootCsg::TBaseMesh |
Namespaces | |
| RootCsg | |
| I've modified some very nice bounding box tree code from Gino van der Bergen's Free Solid Library below. | |
Functions | |
| TBaseMesh * | RootCsg::ConvertToMesh (const TBuffer3D &buff) |
| TBaseMesh * | RootCsg::BuildUnion (const TBaseMesh *leftOperand, const TBaseMesh *rightOperand) |
| TBaseMesh * | RootCsg::BuildIntersection (const TBaseMesh *leftOperand, const TBaseMesh *rightOperand) |
| TBaseMesh * | RootCsg::BuildDifference (const TBaseMesh *leftOperand, const TBaseMesh *rightOperand) |