Package zombie.util

Class RaySphereIntersectCheck

java.lang.Object
zombie.util.RaySphereIntersectCheck

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

    Constructors
    Constructor Description
    RaySphereIntersectCheck()  
  • Method Summary

    Modifier and Type Method Description
    static boolean intersects​(Vector3 vector3, Vector3 vector32, Vector3 vector33, float float1)  

    Methods inherited from class java.lang.Object

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

    • RaySphereIntersectCheck

      public RaySphereIntersectCheck()
  • Method Details

    • intersects

      public static boolean intersects​(Vector3 vector3, Vector3 vector32, Vector3 vector33, float float1)