#include #include "DreiDPunkt.hh" DreiDPunkt::DreiDPunkt() { x=0.0; y=0.0; z=0.0; } DreiDPunkt::DreiDPunkt(double a,double b,double c) { x=a; y=b; z=c; }; bool DreiDPunkt::operator<(const DreiDPunkt & P)const { if (xP.get_x()) return false; if (yP.get_y()) return false; if (z