#include "Rtypes.h"
Go to the source code of this file.
Namespaces | |
namespace | RootCsg |
Classes | |
class | RootCsg::TBaseMesh |
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) |