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

Method GetProjectionMatrix

Rendering/ContextOpenGL2/vtkOpenGLContextDevice2D.cxx:265–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265vtkMatrix4x4* vtkOpenGLContextDevice2D::GetProjectionMatrix()
266{
267 return this->ProjectionMatrix->GetMatrix();
268}
269
270vtkMatrix4x4* vtkOpenGLContextDevice2D::GetModelMatrix()
271{

Callers 1

SetMatricesMethod · 0.80

Calls 1

GetMatrixMethod · 0.45

Tested by

no test coverage detected