| Package | Description |
|---|---|
| com.threerings.media.util |
| Modifier and Type | Method and Description |
|---|---|
static List<Point> |
AStarPathUtil.getPath(AStarPathUtil.TraversalPred tpred,
AStarPathUtil.Stepper stepper,
Object trav,
int longest,
int ax,
int ay,
int bx,
int by,
boolean partial)
Return a list of
Point objects representing a path from coordinates
(ax, by) to (bx, by), inclusive, determined by performing an
A* search in the given scene's base tile layer. |
Copyright © 2015. All rights reserved.