euclid
euclid copied to clipboard
There are a lot of methods that don't have their compatable 2D or 3D version.
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.
I would label this as an enhancement, but I can't figure out how.
Alright I'll look into it.