Class Envelope
java.lang.Object
zombie.characters.animals.pathfind.Envelope
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
intersects
(org.joml.Vector2f vector2f1, org.joml.Vector2f vector2f0, org.joml.Vector2f vector2f2) static boolean
intersects
(org.joml.Vector2f vector2f3, org.joml.Vector2f vector2f2, org.joml.Vector2f vector2f1, org.joml.Vector2f vector2f0)
-
Constructor Details
-
Envelope
public Envelope()
-
-
Method Details
-
intersects
public static boolean intersects(org.joml.Vector2f vector2f1, org.joml.Vector2f vector2f0, org.joml.Vector2f vector2f2) -
intersects
public static boolean intersects(org.joml.Vector2f vector2f3, org.joml.Vector2f vector2f2, org.joml.Vector2f vector2f1, org.joml.Vector2f vector2f0)
-