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

Method InternalTransformPoint

Common/Transforms/vtkGeneralTransform.cxx:139–142  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

137
138//------------------------------------------------------------------------------
139void vtkGeneralTransform::InternalTransformPoint(const float input[3], float output[3])
140{
141 vtkConcatenationTransformPoint(this->Input, this->Concatenation, input, output);
142}
143
144//------------------------------------------------------------------------------
145void vtkGeneralTransform::InternalTransformPoint(const double input[3], double output[3])

Callers 1

Calls 1

Tested by

no test coverage detected