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

Method InternalTransformDerivative

Common/Transforms/vtkLinearTransform.cxx:185–189  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

183
184//------------------------------------------------------------------------------
185void vtkLinearTransform::InternalTransformDerivative(
186 const float in[3], float out[3], float derivative[3][3])
187{
188 vtkLinearTransformDerivative(this->Matrix->Element, in, out, derivative);
189}
190
191//------------------------------------------------------------------------------
192void vtkLinearTransform::InternalTransformDerivative(

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected