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

Method GetVectorOfRotation

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

Source from the content-addressed store, hash-verified

37 return this->m_PointOfRotation;
38}
39const mitk::Vector3D mitk::RotationOperation::GetVectorOfRotation()
40{
41 return this->m_VectorOfRotation;
42}

Callers 2

ExecuteOperationMethod · 0.80
ExecuteOperationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected