Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
39
const mitk::Vector3D mitk::RotationOperation::GetVectorOfRotation()
40
{
41
return this->m_VectorOfRotation;
42
}
Callers
2
ExecuteOperation
Method · 0.80
ExecuteOperation
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected