In the commons math 3.0 Geometry package, How can get the intersection of two SubLines? I see that the Line class has an intersection method, but not the SubLine class. I can create Lines from SubLines and call the intersection method, but I'm not sure how to tell if the resultant Vector is on the SubLines.
Also, How do I get the end points of the SubLine. Thanks, Curtis --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
