Home
last modified time | relevance | path

Searched refs:ConvertCoordToSpace (Results 1 – 2 of 2) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/exec/
H A DJacobian.h58 Vec2 ConvertCoordToSpace(const Vec3 coord) const in ConvertCoordToSpace() function
174 wcoords2d = space.ConvertCoordToSpace(wCoords[pointIndex]); \
236 space.ConvertCoordToSpace(wCoords[pointIndex]);
H A DParametricCoordinates.h725 return this->Space->ConvertCoordToSpace(wcoords); in operator()
748 space.ConvertCoordToSpace(wcoords), in WorldCoordinatesToParametricCoordinatesQuad()