public class QueryFilter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
ExcludeFlags |
int |
IncludeFlags |
Constructor and Description |
---|
QueryFilter() |
Modifier and Type | Method and Description |
---|---|
float |
GetAreaCost(int i) |
float |
GetCost(float pax,
float pay,
float paz,
float pbx,
float pby,
float pbz,
long prevRef,
MeshTile prevTile,
Poly prevPoly,
long curRef,
MeshTile curTile,
Poly curPoly,
long nextRef,
MeshTile nextTile,
Poly nextPoly) |
java.lang.Boolean |
PassFilter(long refId,
MeshTile tile,
Poly poly) |
void |
SetAreaCost(int i,
float cost) |
public float GetCost(float pax, float pay, float paz, float pbx, float pby, float pbz, long prevRef, MeshTile prevTile, Poly prevPoly, long curRef, MeshTile curTile, Poly curPoly, long nextRef, MeshTile nextTile, Poly nextPoly)
public float GetAreaCost(int i)
public void SetAreaCost(int i, float cost)