Package zombie.vehicles
Class QuadranglesIntersection
java.lang.Object
zombie.vehicles.QuadranglesIntersection
public class QuadranglesIntersection
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description QuadranglesIntersection() -
Method Summary
Modifier and Type Method Description static booleanIsQuadranglesAreIntersected(Vector2[] q1, Vector2[] q2)static booleanIsQuadranglesAreTransposed2(Vector4f q1, Vector4f q2)static booleanlineIntersection(Vector2 start1, Vector2 end1, Vector2 start2, Vector2 end2)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
QuadranglesIntersection
public QuadranglesIntersection()
-
-
Method Details
-
IsQuadranglesAreIntersected
-
lineIntersection
-
IsQuadranglesAreTransposed2
-