71 #ifndef __gVirtualXRayConfig_h 78 #ifndef __PolygonMesh_h 108 const VEC3& anEndPoint =
VEC3(1.0 *
cm, 0, 0));
119 const VEC3& anEndPoint =
VEC3(1.0 *
cm, 0, 0));
130 #endif // __LineMesh_h
Class to handle 3D meshes of line segments.
LineMesh(const VEC3 &aStartPoint=VEC3(0, 0, 0), const VEC3 &anEndPoint=VEC3(1.0 *cm, 0, 0))
Default constructor.
void create(const VEC3 &aStartPoint=VEC3(0, 0, 0), const VEC3 &anEndPoint=VEC3(1.0 *cm, 0, 0))
Create a new line segment.
PolygonMesh is a class to handle polygon (triangles) meshes.
Vec3< RATIONAL_NUMBER > VEC3
Type of data used to store 3D vectors.
const double cm
centimeter
Class to handle polygon (triangles) meshes.