Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ GetMatrix
Method
GetMatrix
Rendering/ContextOpenGL2/vtkOpenGLContextDevice3D.cxx:572–575 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
570
}
571
572
void vtkOpenGLContextDevice3D::GetMatrix(vtkMatrix4x4* m)
573
{
574
m->DeepCopy(this->ModelMatrix->GetMatrix());
575
}
576
577
void vtkOpenGLContextDevice3D::MultiplyMatrix(vtkMatrix4x4* m)
578
{
Callers
8
SetViewInfo
Method · 0.45
SetTransform
Method · 0.45
GetTransform
Method · 0.45
AppendTransform
Method · 0.45
SetTransform
Method · 0.45
GetTransform
Method · 0.45
AppendTransform
Method · 0.45
SetMatrices
Method · 0.45
Calls
1
DeepCopy
Method · 0.45
Tested by
no test coverage detected