------------------------------------------------------------------------------
| 334 | |
| 335 | //------------------------------------------------------------------------------ |
| 336 | void vtkLineRepresentation::SetPoint2WorldPosition(double x[3]) |
| 337 | { |
| 338 | this->Point2Representation->SetWorldPosition(x); |
| 339 | this->LineSource->SetPoint2(x); |
| 340 | // double p[3]; |
| 341 | // this->Point2Representation->GetDisplayPosition(p); |
| 342 | // this->Point2Representation->SetDisplayPosition(p); |
| 343 | } |
| 344 | |
| 345 | //------------------------------------------------------------------------------ |
| 346 | void vtkLineRepresentation::SetPoint2DisplayPosition(double x[3]) |