Home
last modified time | relevance | path

Searched defs:followPath (Results 1 – 14 of 14) sorted by relevance

/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/core/pathfinder/
H A DEntityGuide.java44 public boolean followPath(final GuidedEntity entity) { in followPath() method in EntityGuide
H A DPath.java189 static boolean followPath(final GuidedEntity entity) { in followPath() method in Path
/dports/games/toycars/toycars-0.3.10/toycars/src/
H A DRobotPlayer.cpp61 void RobotPlayer::followPath(bool forwards, double dt) in followPath() function in RobotPlayer
/dports/games/opencity/opencity-0.0.6.5stable/src/mas/
H A Dagentpolice.cpp420 AgentPolice::followPath() in followPath() function in AgentPolice
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/entity/
H A DGuidedEntity.java337 public boolean followPath() { in followPath() method in GuidedEntity
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/wintermute/ad/
H A Dad_actor.cpp821 void AdActor::followPath() { in followPath() function in Wintermute::AdActor
/dports/games/scummvm/scummvm-2.5.1/engines/wintermute/ad/
H A Dad_actor.cpp825 void AdActor::followPath() { in followPath() function in Wintermute::AdActor
/dports/math/ogdf/OGDF/src/ogdf/augmentation/
H A DPlanarAugmentationFix.cpp398 PALabel::StopCause PlanarAugmentationFix::followPath(node v, node& last) in followPath() function in ogdf::PlanarAugmentationFix
H A DPlanarAugmentation.cpp467 PALabel::StopCause PlanarAugmentation::followPath(node v, node& last) in followPath() function in ogdf::PlanarAugmentation
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/
H A DJavaElement.java263 protected IDOMNode followPath(ArrayList path, int position, IDOMNode node) { in followPath() method in JavaElement
/dports/graphics/openorienteering-mapper/mapper-0.9.2/3rd-party/cove/libvectorizer/
H A DPolygons.cpp273 void Polygons::followPath(const QImage& image, int& x, int& y, Path* path) in followPath() function in cove::Polygons
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dsymbolresolver.cpp767 const Definition *SymbolResolver::Private::followPath(const Definition *start,const QCString &path) in followPath() function in SymbolResolver::Private
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DEntity.cpp443 float Entity::followPath(Path *p, float speed, int dir, bool deleteOnEnd) in followPath() function in Entity
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/
H A DPdfGraphics2D.java1328 private void followPath(Shape s, int drawType) { in followPath() method in PdfGraphics2D