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

Method MultiplyMatrix

IO/ExportPDF/vtkPDFContextDevice2D.cxx:1494–1500  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1492
1493//------------------------------------------------------------------------------
1494void vtkPDFContextDevice2D::MultiplyMatrix(vtkMatrix3x3* mat3)
1495{
1496 double mat4[16];
1497 vtkPDFContextDevice2D::Matrix3ToMatrix4(mat3, mat4);
1498 this->Matrix->Concatenate(mat4);
1499 this->ApplyTransform();
1500}
1501
1502//------------------------------------------------------------------------------
1503void vtkPDFContextDevice2D::PushMatrix()

Callers

nothing calls this directly

Calls 2

ApplyTransformMethod · 0.95
ConcatenateMethod · 0.45

Tested by

no test coverage detected