For example, the method EuclidGeometryTools.closestPoint3DsBetweenTwoLineSegment3Ds exists, but not EuclidGeometryTools.closestPoint2DsBetweenTwoLineSegment2Ds, which I just pattern matched. Same thing with EuclidGeometryTools.distanceBetweenTwoLineSegment3Ds(). I'm doing them in the PlanarRegionTools for a lot of that stuff, but am not really testing it as thoroughly as I should.
For example, the method
EuclidGeometryTools.closestPoint3DsBetweenTwoLineSegment3Ds
exists, but notEuclidGeometryTools.closestPoint2DsBetweenTwoLineSegment2Ds
, which I just pattern matched. Same thing withEuclidGeometryTools.distanceBetweenTwoLineSegment3Ds()
. I'm doing them in the PlanarRegionTools for a lot of that stuff, but am not really testing it as thoroughly as I should.