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

Method InternalTransformPoint

Common/Transforms/vtkLinearTransform.cxx:149–152  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

147
148//------------------------------------------------------------------------------
149void vtkLinearTransform::InternalTransformPoint(const float in[3], float out[3])
150{
151 vtkLinearTransformPoint(this->Matrix->Element, in, out);
152}
153
154//------------------------------------------------------------------------------
155void vtkLinearTransform::InternalTransformPoint(const double in[3], double out[3])

Callers

nothing calls this directly

Calls 1

vtkLinearTransformPointFunction · 0.85

Tested by

no test coverage detected