Searched refs:intersectsWherePlane (Results 1 – 3 of 3) sorted by relevance
205 if (!ray.intersectsWherePlane(plane, targetLocation)) { in postQueue()207 ray.intersectsWherePlane(plane, targetLocation); in postQueue()
155 if (!ray.intersectsWherePlane(plane, targetLocation)) { in preFrame()157 ray.intersectsWherePlane(plane, targetLocation); in preFrame()
368 public boolean intersectsWherePlane(Plane p, Vector3f loc) { in intersectsWherePlane() method in Ray