Class RobustLineIntersector
java.lang.Object
zombie.characters.animals.pathfind.RobustLineIntersector
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NO_INTERSECTION
public static final int NO_INTERSECTION- See Also:
-
POINT_INTERSECTION
public static final int POINT_INTERSECTION- See Also:
-
COLLINEAR_INTERSECTION
public static final int COLLINEAR_INTERSECTION- See Also:
-
-
Constructor Details
-
RobustLineIntersector
public RobustLineIntersector()
-
-
Method Details
-
computeIntersection
-