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

Function SetMatrix

Common/Transforms/vtkTransform.h:123–123  ·  view source on GitHub ↗

@{ * Set the current matrix directly. Note: First, the current * matrix is set to the identity, then the input matrix is concatenated. */

Source from the content-addressed store, hash-verified

121 * matrix is set to the identity, then the input matrix is concatenated.
122 */
123 void SetMatrix(vtkMatrix4x4* matrix) { this->SetMatrix(*matrix->Element); }
124 void SetMatrix(const double elements[16])
125 {
126 this->Concatenation->Identity();

Callers

nothing calls this directly

Calls 3

SetMatrixMethod · 0.45
IdentityMethod · 0.45
ConcatenateMethod · 0.45

Tested by

no test coverage detected