| 123 | } // anonymous namespace |
| 124 | |
| 125 | TwoLineSegmClosestPointsf findTwoLineSegmClosestPoints( const LineSegm3f& a, const LineSegm3f& b ) |
| 126 | { |
| 127 | return findTwoLineSegmClosestPointsT( a, b ); |
| 128 | } |
| 129 | |
| 130 | TwoLineSegmClosestPointsd findTwoLineSegmClosestPoints( const LineSegm3d& a, const LineSegm3d& b ) |
| 131 | { |
no test coverage detected