| Package | Description |
|---|---|
| com.threerings.media.util | |
| com.threerings.miso.client |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AStarPathUtil.ExtendedTraversalPred
Provides extended traversibility information when computing paths.
|
| 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. |
static List<Point> |
AStarPathUtil.getPath(AStarPathUtil.TraversalPred tpred,
Object trav,
int longest,
int ax,
int ay,
int bx,
int by,
boolean partial)
Gets a path with the default stepper which assumes the piece can move one in any of the
eight cardinal directions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MisoScenePanel
Renders a Miso scene for all to see.
|
Copyright © 2015. All rights reserved.