MCPcopy Create free account
hub / github.com/MITK/MITK / GetCenterOfRotation

Method GetCenterOfRotation

Modules/Core/src/DataManagement/mitkRotationOperation.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

ExecuteOperationMethod · 0.80
ExecuteOperationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected