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

Function SetMatrix

Common/Transforms/vtkPerspectiveTransform.h:209–209  ·  view source on GitHub ↗

@{ * Set the current matrix directly. This actually calls Identity(), * followed by Concatenate(matrix). */

Source from the content-addressed store, hash-verified

207 * followed by Concatenate(matrix).
208 */
209 void SetMatrix(vtkMatrix4x4* matrix) { this->SetMatrix(*matrix->Element); }
210 void SetMatrix(const double elements[16])
211 {
212 this->Identity();

Callers

nothing calls this directly

Calls 3

SetMatrixMethod · 0.45
IdentityMethod · 0.45
ConcatenateMethod · 0.45

Tested by

no test coverage detected