translate
Class MapConverter.Point

java.lang.Object
  extended by translate.MapConverter.Point
Enclosing class:
MapConverter

private class MapConverter.Point
extends java.lang.Object

Stores information about a possible decision point.


Field Summary
(package private)  java.util.ArrayList<MapConverter.Edge> lines
           
(package private)  java.util.ArrayList<MapConverter.Path> paths
           
(package private)  boolean roomNode
           
(package private)  double x
           
(package private)  double y
           
 
Constructor Summary
MapConverter.Point(double x, double y)
           
 
Method Summary
 double dist(double px, double py)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

double x

y

double y

roomNode

boolean roomNode

lines

java.util.ArrayList<MapConverter.Edge> lines

paths

java.util.ArrayList<MapConverter.Path> paths
Constructor Detail

MapConverter.Point

public MapConverter.Point(double x,
                          double y)
Method Detail

dist

public double dist(double px,
                   double py)