| 118 | |
| 119 | template <class T> |
| 120 | static T |
| 121 | distanceTo2(Line3<T> &line, Line3<T> &other) |
| 122 | { |
| 123 | MATH_EXC_ON; |
| 124 | return line.distanceTo(other); |
| 125 | } |
| 126 | |
| 127 | template <class T> |
| 128 | static T |
nothing calls this directly
no outgoing calls
no test coverage detected