Intersection of two triangles
Posted by
runiter on
Aug 13, 2017; 4:53pm
URL: https://forum.jogamp.org/Intersection-of-two-triangles-tp4038124.html
Is there a way to get all the intersection points/lines between two geometries?
If not, what about the intersection line between two triangles?
I need this for Java3D but if there's such code in Ardor3D or JOGL, I could translate them to Java3D. So any solution is appreciated.