Package zombie.util

Class RaySphereIntersectCheck

java.lang.Object
zombie.util.RaySphereIntersectCheck

public class RaySphereIntersectCheck extends Object
  • Constructor Details

    • RaySphereIntersectCheck

      public RaySphereIntersectCheck()
  • Method Details

    • intersects

      public static boolean intersects(Vector3 origin, Vector3 dirAndLength, Vector3 sphereCentre, float sphereRadius)