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

Function TransformPoint

Common/Transforms/vtkAbstractTransform.h:49–53  ·  view source on GitHub ↗

* Apply the transformation to a coordinate. You can use the same * array to store both the input and output point. */

Source from the content-addressed store, hash-verified

47 * array to store both the input and output point.
48 */
49 void TransformPoint(const float in[3], float out[3])
50 {
51 this->Update();
52 this->InternalTransformPoint(in, out);
53 }
54
55 /**
56 * Apply the transformation to a double-precision coordinate.

Callers 2

RenderLineMethod · 0.85
vtkXYPlotActor.hFile · 0.85

Calls 2

UpdateMethod · 0.45

Tested by

no test coverage detected