#include <vclip.h>
Public Member Functions | |
const Vect3 & | coords () const |
const char * | name () const |
Vertex () | |
Private Attributes | |
list< VertConeNode > | cone |
Vect3 | coords_ |
VertFaceName | name_ |
Friends | |
class | Polyhedron |
class | PolyTree |
Vclip::Vertex::Vertex | ( | ) | [inline] |
const Vect3& Vclip::Vertex::coords | ( | ) | const [inline] |
const char* Vclip::Vertex::name | ( | ) | const [virtual] |
Implements Vclip::Feature.
friend class Polyhedron [friend] |
list<VertConeNode> Vclip::Vertex::cone [private] |
Vect3 Vclip::Vertex::coords_ [private] |
VertFaceName Vclip::Vertex::name_ [private] |