Class SurroundVehicle
java.lang.Object
zombie.vehicles.SurroundVehicle
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.joml.Vector2f
getPositionForZombie
(IsoZombie isoZombie, org.joml.Vector2f vector2f) void
render()
void
reset()
void
update()
-
Field Details
-
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
-
-
Constructor Details
-
SurroundVehicle
-
-
Method Details
-
getPositionForZombie
-
update
public void update() -
render
public void render() -
reset
public void reset()
-