euclid icon indicating copy to clipboard operation
euclid copied to clipboard

There are a lot of methods that don't have their compatable 2D or 3D version.

Open rjgriffin42 opened this issue 6 years ago • 2 comments

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.

rjgriffin42 avatar Nov 17 '18 02:11 rjgriffin42

I would label this as an enhancement, but I can't figure out how.

rjgriffin42 avatar Nov 17 '18 02:11 rjgriffin42

Alright I'll look into it.

SylvainBertrand avatar Nov 17 '18 16:11 SylvainBertrand