ihmcrobotics / euclid

Vector math, geometry, reference frame, and shapes 2D & 3D
Apache License 2.0
31 stars 9 forks source link

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

Open rjgriffin42 opened 5 years ago

rjgriffin42 commented 5 years ago

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 commented 5 years ago

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

SylvainBertrand commented 5 years ago

Alright I'll look into it.