Package zombie.vehicles
Class CollideWithObstaclesPoly
java.lang.Object
zombie.vehicles.CollideWithObstaclesPoly
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisNotClear(float float1, float float2, float float3, float float4, int int1, boolean boolean1, BaseVehicle baseVehicle, boolean boolean2, boolean boolean3) voidrender()resolveCollision(IsoGameCharacter gameCharacter, float float1, float float2, Vector2f vector2f) voidvehicleMoved(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()
-