Hey all,

I have two questions...

1. Why isn't there an intersection method for Line2D which returns a
Point2D (i.e. the intersection). I find it odd that I can discover the
existence of an intersection, but not the location.

2. How can I best implement:

        public Point2D intersection (Line2D anotherLine);

Cheers,

Rod.

=====================================================================
To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
Java 2D Home Page: http://java.sun.com/products/java-media/2D/

Reply via email to