7 #ifndef BALL_VIEW_PRIMITIV_QUADMESH_H 8 #define BALL_VIEW_PRIMITIV_QUADMESH_H 10 #ifndef BALL_VIEW_KERNEL_GEOMETRICOBJECT_H 14 #ifndef BALL_VIEW_DATATYPE_COLOREXTENSIONS_H 39 q1 = p1; q2 = p2; q3 = p3; q4 = p4;
55 QuadMesh(const QuadMesh& mesh);
61 virtual void getVertices(vector<Vector3>& vertices)
const { vertices = vertex;}
74 #endif // BALL_VIEW_PRIMITIV_QUADMESH_H
#define BALL_CREATE(name)
virtual void getVertices(vector< Vector3 > &vertices) const
Quadruple(Position p1, Position p2, Position p3, Position p4)
-*- Mode: C++; tab-width: 2; -*-