|
@ -78,8 +78,10 @@ void Projector::plot(const double * point) { |
|
|
|
|
|
|
|
|
double position[] = {x,y,z}; |
|
|
double position[] = {x,y,z}; |
|
|
|
|
|
|
|
|
|
|
|
if (-1.0 < x && x < 1.0 && -1.0 < y && y < 1.0 && -1.0 < z && z < 1.0){ |
|
|
canvas->plot(position); |
|
|
canvas->plot(position); |
|
|
} |
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void Projector::output(){ |
|
|
void Projector::output(){ |
|
|