(t)
| 830 | } |
| 831 | |
| 832 | function calcRotate(t) { |
| 833 | return (((180 / Math.PI) * t + 720) % 180) - 90; |
| 834 | } |
| 835 | |
| 836 | function calcMaxHalfSize(a, halfAngle, r, ring) { |
| 837 | var q = a + 1 / (2 * Math.tan(halfAngle)); |
no outgoing calls
no test coverage detected
searching dependent graphs…