Home
last modified time | relevance | path

Searched refs:FaceAction (Results 1 – 7 of 7) sorted by relevance

/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/actions/move/
H A DFaceAction.java26 public class FaceAction implements ActionListener { class
32 CommandCenter.register(FACE, new FaceAction()); in register()
/dports/games/stendhal/stendhal-1.35/tests/games/stendhal/server/actions/move/
H A DFaceActionTest.java44 final FaceAction fa = new FaceAction(); in testOnAction()
/dports/math/polymake/polymake-4.5/bundled/sympol/external/sympol/sympol/
H A Dcommon.h47 struct FaceAction { struct
H A Dfacesuptosymmetrylist.cpp160 fd->orbit->orbit(fd->face, m_group.S, FaceAction()); in forceAdd()
/dports/math/sympol/SymPol-0.1.9/sympol/
H A Dcommon.h47 struct FaceAction { struct
H A Dfacesuptosymmetrylist.cpp159 fd->orbit->orbit(fd->face, m_group.S, FaceAction()); in forceAdd()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/actions/
H A DCommandCenter.java37 import games.stendhal.server.actions.move.FaceAction;
108 FaceAction.register(); in registerActions()