Class QuadranglesIntersection
java.lang.Object
zombie.vehicles.QuadranglesIntersection
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic float
det
(float float2, float float0, float float1, float float3) static boolean
IsPointInTriangle
(Vector2 vector, Vector2[] vectors) static boolean
IsQuadranglesAreIntersected
(Vector2[] vectors1, Vector2[] vectors0) static boolean
IsQuadranglesAreTransposed2
(Vector4f vector4f1, Vector4f vector4f0) static boolean
lineIntersection
(Vector2 vector1, Vector2 vector0, Vector2 vector3, Vector2 vector2)
-
Constructor Details
-
QuadranglesIntersection
public QuadranglesIntersection()
-
-
Method Details
-
IsQuadranglesAreIntersected
-
IsPointInTriangle
-
det
public static float det(float float2, float float0, float float1, float float3) -
lineIntersection
-
IsQuadranglesAreTransposed2
-