MCPcopy Create free account
hub / github.com/Kitware/VTK / GetModelMatrix

Method GetModelMatrix

Rendering/ContextOpenGL2/vtkOpenGLContextDevice2D.cxx:270–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270vtkMatrix4x4* vtkOpenGLContextDevice2D::GetModelMatrix()
271{
272 return this->ModelMatrix->GetMatrix();
273}
274
275//------------------------------------------------------------------------------
276void vtkOpenGLContextDevice2D::Begin(vtkViewport* viewport)

Callers 2

SetMatricesMethod · 0.80
UpdateTransformsMethod · 0.80

Calls 1

GetMatrixMethod · 0.45

Tested by

no test coverage detected