Re: [math] Calculate distance from (3d) Segment to (3d) Segment and Vector3D

2020-05-28 Thread Patrik Karlström
Thanks for the information Gilles, I'll take a look att Geometry then. As soon as I posted posted my question though, I got the idea of comparing the lengths of the segments with the distance from their beginnings to the line intersection. If longer, then the intersection is valid for the

[math] Calculate distance from (3d) Segment to (3d) Segment and Vector3D

2020-05-28 Thread Patrik Karlström
Hi, first time user of math here, in more ways than one it feels. :) I need to get the shortest distance between two segments, not knowing the difference, I started off by using 3d Line but until I knew why, the result was disturbing. ;) However, the 3d Segment class is missing all sorts of

Re: [math] Calculate distance from (3d) Segment to (3d) Segment and Vector3D

2020-05-28 Thread Gilles Sadowski
Hello Patrik. 2020-05-28 9:39 UTC+02:00, Patrik Karlström : > Hi, > first time user of math here, in more ways than one it feels. :) > > I need to get the shortest distance between two segments, > not knowing the difference, I started off by using 3d Line but until I knew > why, the result was

[ANNOUCEMENT] Apache Commons IO Version 2.7

2020-05-28 Thread Gary Gregory
Apache Commons IO Version 2.7 is out! Commons IO is a package of Java utility classes like java.io. Classes in this package are considered to be so standard and of such high reuse as to justify existence in java.io. The Apache Commons IO library contains utility classes, stream implementations,