パッケージ | 説明 |
---|---|
rione.model.route.pov | |
rione.model.route.pov.graph |
修飾子とタイプ | メソッドと説明 |
---|---|
PointNode |
POVPath.getPoint() |
修飾子とタイプ | メソッドと説明 |
---|---|
java.util.List<PointNode> |
POVPath.getPoints() |
java.util.List<PointNode> |
POVPath.getReversePoints()
MultiAStar専用
|
修飾子とタイプ | メソッドと説明 |
---|---|
double |
CostFunction.cost(PointNode from,
PointNode to)
コストを導出する.
|
コンストラクタと説明 |
---|
POVPath(POVPath previous,
PointNode next,
CostFunction costFunc,
double distance)
拡張用
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
AreaNode |
class |
EdgeNode |
class |
RootNode
Root用AreaNode
AreaNodeはbelongのx, yだが,こいつだけは |
修飾子とタイプ | メソッドと説明 |
---|---|
PointNode |
PointOfVisivility.getPointFromHash(int nodeHash) |
修飾子とタイプ | メソッドと説明 |
---|---|
double |
PointNode.distance(PointNode next) |
PassableDictionary.PassableLevel |
PassableDictionary.getPassableLevel(PointNode a,
PointNode b) |