Class CircleLineIntersect

java.lang.Object
zombie.vehicles.CircleLineIntersect

public class CircleLineIntersect
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    CircleLineIntersect()  
  • Method Summary

    Modifier and Type Method Description
    static zombie.vehicles.CircleLineIntersect.Collideresult checkforcecirclescollide​(java.util.List list, java.util.ArrayList arrayList)  
    static zombie.vehicles.CircleLineIntersect.Collideresult checkforcecirclescollide​(java.util.List list, java.util.ArrayList arrayList, double[] doubleArray, boolean[] booleanArray, boolean boolean1)  
    static zombie.vehicles.CircleLineIntersect.Collideresult checkforcecirclescollidetime​(java.util.List list, java.util.ArrayList arrayList, double[] doubleArray, boolean[] booleanArray, boolean boolean1)  
    static boolean TEST​(Vector3f vector3f, float float1, float float2, float float3, float float4, CarController carController)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CircleLineIntersect

      public CircleLineIntersect()
  • Method Details

    • checkforcecirclescollidetime

      public static zombie.vehicles.CircleLineIntersect.Collideresult checkforcecirclescollidetime​(java.util.List list, java.util.ArrayList arrayList, double[] doubleArray, boolean[] booleanArray, boolean boolean1)
    • checkforcecirclescollide

      public static zombie.vehicles.CircleLineIntersect.Collideresult checkforcecirclescollide​(java.util.List list, java.util.ArrayList arrayList, double[] doubleArray, boolean[] booleanArray, boolean boolean1)
    • checkforcecirclescollide

      public static zombie.vehicles.CircleLineIntersect.Collideresult checkforcecirclescollide​(java.util.List list, java.util.ArrayList arrayList)
    • TEST

      public static boolean TEST​(Vector3f vector3f, float float1, float float2, float float3, float float4, CarController carController)