13 #ifndef __LINE_SEGMENT_H
14 #define __LINE_SEGMENT_H
17 #include "Foundation/vec3.h"
18 #include "Geometry/Line.h"
37 virtual double sep(
const Vec3&);
39 Vec3 getP1() {
return Pos;};
40 Vec3 getP2() {
return Pos+m_len*U;};
43 #endif // __LINE_SEGMENT_H