| 33 | } |
| 34 | |
| 35 | const mitk::Point3D mitk::RotationOperation::GetCenterOfRotation() |
| 36 | { |
| 37 | return this->m_PointOfRotation; |
| 38 | } |
| 39 | const mitk::Vector3D mitk::RotationOperation::GetVectorOfRotation() |
| 40 | { |
| 41 | return this->m_VectorOfRotation; |
no outgoing calls
no test coverage detected