------------------------------------------------------------------------------
| 125 | |
| 126 | //------------------------------------------------------------------------------ |
| 127 | void vtkAngleRepresentation::CenterWidgetInteraction(double e[2]) |
| 128 | { |
| 129 | double pos[3]; |
| 130 | pos[0] = e[0]; |
| 131 | pos[1] = e[1]; |
| 132 | pos[2] = 0.0; |
| 133 | this->SetCenterDisplayPosition(pos); |
| 134 | this->SetPoint2DisplayPosition(pos); |
| 135 | } |
| 136 | |
| 137 | //------------------------------------------------------------------------------ |
| 138 | void vtkAngleRepresentation::WidgetInteraction(double e[2]) |
no test coverage detected