Class VehiclePoly
java.lang.Object
zombie.pathfind.VehiclePoly
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
containsPoint
(float arg0, float arg1) init
(VehiclePoly arg0) init
(BaseVehicle arg0, float arg1) boolean
isEqual
(VehiclePoly arg0) static Vector2
lineIntersection
(Vector2 arg0, Vector2 arg1, Vector2 arg2, Vector2 arg3) void
toByteBuffer
(ByteBuffer arg0)
-
Field Details
-
t
-
x1
public float x1 -
y1
public float y1 -
x2
public float x2 -
y2
public float y2 -
x3
public float x3 -
y3
public float y3 -
x4
public float x4 -
y4
public float y4 -
z
public float z -
borders
-
-
Constructor Details
-
VehiclePoly
public VehiclePoly()
-
-
Method Details
-
init
-
init
-
lineIntersection
-
containsPoint
public boolean containsPoint(float arg0, float arg1) -
isEqual
-
toByteBuffer
-