Home
last modified time | relevance | path

Searched refs:transform_mesh (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/wings/wings-8d019ebe48/plugins_src/primitives/
H A Dwpc_ncube.erl65 Vs1 = transform_mesh(SpherizeFlag, {X,Y,Z}, Vs0),
100 transform_mesh(false, Box, Vs) -> function
102 transform_mesh(true, Box, Vs) -> function
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/sandboxes/opencsg/
H A DShaderCSGDisplay.cpp48 mi->transform_mesh(&mshinst); in on_scene_updated()
H A DEngine.cpp414 mi->transform_mesh(&mshinst); in on_scene_updated()
/dports/math/py-matplotlib/matplotlib-3.4.3/src/
H A D_image_wrapper.cpp134 params.transform_mesh = NULL; in image_resample()
205 params.transform_mesh = (double *)PyArray_DATA(transform_mesh_array); in image_resample()
H A D_image_resample.h801 const double *transform_mesh; member
976 params.transform_mesh, in_width, in_height, out_width, out_height); in resample()
1003 params.transform_mesh, in_width, in_height, out_width, out_height); in resample()
/dports/math/py-matplotlib2/matplotlib-2.2.4/src/
H A D_image_wrapper.cpp128 params.transform_mesh = NULL; in image_resample()
188 params.transform_mesh = (double *)PyArray_DATA(transform_mesh_array); in image_resample()
H A D_image_resample.h801 const double *transform_mesh; member
976 params.transform_mesh, in_width, in_height, out_width, out_height); in resample()
1003 params.transform_mesh, in_width, in_height, out_width, out_height); in resample()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/xs/xsp/
H A DModel.xsp305 void transform_mesh(TriangleMesh* mesh, bool dont_translate = false) const;
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/
H A DModel.cpp768 i->transform_mesh(&m); in mesh()
1828 void ModelInstance::transform_mesh(TriangleMesh* mesh, bool dont_translate) const in transform_mesh() function in Slic3r::ModelInstance
H A DModel.hpp862 void transform_mesh(TriangleMesh* mesh, bool dont_translate = false) const;