Package zombie.vehicles
Class CollideWithObstaclesPoly
java.lang.Object
zombie.vehicles.CollideWithObstaclesPoly
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
static final class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isNotClear
(float float1, float float2, float float3, float float4, int int1, boolean boolean1, BaseVehicle baseVehicle, boolean boolean2, boolean boolean3) void
render()
resolveCollision
(IsoGameCharacter gameCharacter, float float1, float float2, Vector2f vector2f) void
vehicleMoved
(PolygonalMap2.VehiclePoly vehiclePoly, PolygonalMap2.VehiclePoly vehiclePoly2)
-
Constructor Details
-
CollideWithObstaclesPoly
public CollideWithObstaclesPoly()
-
-
Method Details
-
resolveCollision
public Vector2f resolveCollision(IsoGameCharacter gameCharacter, float float1, float float2, Vector2f vector2f) -
isNotClear
public boolean isNotClear(float float1, float float2, float float3, float float4, int int1, boolean boolean1, BaseVehicle baseVehicle, boolean boolean2, boolean boolean3) -
vehicleMoved
public void vehicleMoved(PolygonalMap2.VehiclePoly vehiclePoly, PolygonalMap2.VehiclePoly vehiclePoly2) -
render
public void render()
-