| 2664 | xVec3 d1 = v2 - v1; |
| 2665 | xVec3 d2 = v1 - center; |
| 2666 | |
| 2667 | F32 r = radius + width; |
| 2668 | F32 f31 = d1.length2(); |
| 2669 | F32 b = 2.0f * d1.dot(d2); |
| 2670 | F32 q = SQR(b) - 4.0f * f31 * (d2.length2() - SQR(r)); |
| 2671 |
no outgoing calls
no test coverage detected