Searched refs:triPlane (Results 1 – 1 of 1) sorted by relevance
51 private final Plane triPlane = new Plane(); field in SweepSphere208 triPlane.setPlanePoints(scaledTri); in collideWithTriangle()210 float normalDotVelocity = triPlane.getNormal().dot(sVelocity); in collideWithTriangle()219 float signedDistanceToPlane = triPlane.pseudoDistance(sCenter); in collideWithTriangle()265 contactPoint.subtractLocal(triPlane.getNormal()); in collideWithTriangle()