Searched refs:fAWxDdU (Results 1 – 2 of 2) sorted by relevance
655 final float[] fAWxDdU = vars.fAWxDdU; in intersects() local686 fAWxDdU[0] = FastMath.abs(wCrossD.dot(Vector3f.UNIT_X)); in intersects()688 if (fAWxDdU[0] > rhs) { in intersects()693 fAWxDdU[1] = FastMath.abs(wCrossD.dot(Vector3f.UNIT_Y)); in intersects()695 if (fAWxDdU[1] > rhs) { in intersects()700 fAWxDdU[2] = FastMath.abs(wCrossD.dot(Vector3f.UNIT_Z)); in intersects()702 if (fAWxDdU[2] > rhs) { in intersects()
210 public final float[] fAWxDdU = new float[3]; field in TempVars