Class RaySphereIntersectCheck
java.lang.Object
zombie.util.RaySphereIntersectCheck
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
intersects
(Vector3 origin, Vector3 dirAndLength, Vector3 sphereCentre, float sphereRadius)
-
Constructor Details
-
RaySphereIntersectCheck
public RaySphereIntersectCheck()
-
-
Method Details
-
intersects
-