#include <sspt_polyhedron.h>
Public Member Functions | |
sspt_Polyhedron (sspt_SimpleTriangle *, sspt_SimpleTriangle *, int) | |
int | nTriangles () const |
void | getTriangles (sspt_SimpleTriangle *, sspt_SimpleTriangle *, int count) const |
sspt_Vector3 | originalCenter () const |
double | xMin () const |
double | xMax () const |
double | yMin () const |
double | yMax () const |
double | zMin () const |
double | zMax () const |
double | xRange () const |
double | yRange () const |
double | zRange () const |
sspt_Polyhedron::sspt_Polyhedron | ( | sspt_SimpleTriangle * | , | |
sspt_SimpleTriangle * | , | |||
int | ||||
) |
void sspt_Polyhedron::getTriangles | ( | sspt_SimpleTriangle * | , | |
sspt_SimpleTriangle * | , | |||
int | count | |||
) | const |
int sspt_Polyhedron::nTriangles | ( | ) | const |
sspt_Vector3 sspt_Polyhedron::originalCenter | ( | ) | const |
double sspt_Polyhedron::xMax | ( | ) | const |
double sspt_Polyhedron::xMin | ( | ) | const |
double sspt_Polyhedron::xRange | ( | ) | const |
double sspt_Polyhedron::yMax | ( | ) | const |
double sspt_Polyhedron::yMin | ( | ) | const |
double sspt_Polyhedron::yRange | ( | ) | const |
double sspt_Polyhedron::zMax | ( | ) | const |
double sspt_Polyhedron::zMin | ( | ) | const |
double sspt_Polyhedron::zRange | ( | ) | const |