Home
last modified time | relevance | path

Searched refs:rotateMesh (Results 1 – 4 of 4) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dfix_mesh.h126 …virtual void rotateMesh(double const axisX, double const axisY, double const axisZ, double const p…
H A Dfix_mesh.cpp230rotateMesh(force->numeric(FLERR,arg[iarg_+2]),force->numeric(FLERR,arg[iarg_+3]),force->numeric(FL… in FixMesh()
642 void FixMesh::rotateMesh(double const axisX, double const axisY, double const axisZ, double const p… in rotateMesh() function in FixMesh
/dports/science/code_saturne/code_saturne-7.1.0/bin/
H A Dcs_parametric_setup.py262 def rotateMesh(self, rotationAngle): member in case_setup_filter
589 xml_controller.rotateMesh(options.rotationAngle)
/dports/games/minetest/minetest-5.4.1/src/client/
H A Dmesh.cpp278 static void rotateMesh(scene::IMesh *mesh, float degrees) in rotateMesh() function
294 rotateMesh<&v3f::X, &v3f::Y>(mesh, degrees); in rotateMeshXYby()
299 rotateMesh<&v3f::X, &v3f::Z>(mesh, degrees); in rotateMeshXZby()
304 rotateMesh<&v3f::Y, &v3f::Z>(mesh, degrees); in rotateMeshYZby()