Searched refs:leftPlane (Results 1 – 2 of 2) sorted by relevance
61 private float leftPlane; field in BIHNode91 return leftPlane; in getLeftPlane()94 public void setLeftPlane(float leftPlane) { in setLeftPlane() argument95 this.leftPlane = leftPlane; in setLeftPlane()118 oc.write(leftPlane, "left_plane", 0); in write()129 leftPlane = ic.readFloat("left_plane", 0); in read()181 if (node.leftPlane < node.rightPlane) { in intersectWhere()184 if (minExt > node.leftPlane in intersectWhere()192 } else if (minExt > node.leftPlane) { in intersectWhere()359 tNearSplit = (node.leftPlane - origin) * invDirection; in intersectWhere()
2792 private static double atan(double xa, double xb, boolean leftPlane) { in atan() argument2797 return leftPlane ? copySign(Math.PI, xa) : xa; in atan()2808 return (negate ^ leftPlane) ? (-Math.PI/2.0) : (Math.PI/2.0); in atan()2915 if (leftPlane) { in atan()2929 if (negate ^ leftPlane) { in atan()