Class CollideWithObstaclesPoly
java.lang.Object
zombie.pathfind.CollideWithObstaclesPoly
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
static final class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isNotClear
(float float1, float float3, float float5, float float7, int int3, boolean boolean0, BaseVehicle baseVehicle, boolean var8, boolean var9) void
render()
org.joml.Vector2f
resolveCollision
(IsoGameCharacter isoGameCharacter, float float0, float float1, org.joml.Vector2f vector2f) void
vehicleMoved
(VehiclePoly vehiclePoly0, VehiclePoly vehiclePoly1)
-
Constructor Details
-
CollideWithObstaclesPoly
public CollideWithObstaclesPoly()
-
-
Method Details
-
resolveCollision
public org.joml.Vector2f resolveCollision(IsoGameCharacter isoGameCharacter, float float0, float float1, org.joml.Vector2f vector2f) -
isNotClear
public boolean isNotClear(float float1, float float3, float float5, float float7, int int3, boolean boolean0, BaseVehicle baseVehicle, boolean var8, boolean var9) -
vehicleMoved
-
render
public void render()
-