Hi,

On Tue, 2007-01-16 at 07:51 -0800, vyang wrote:
> Thanks for explaining those to me.  Now I was wondering, is there a way for
> me to get the point of the element that is returned from those two methods. 
> Specifically, the point where the intersection or enclosure occured so that
> I can determine how close that point is to the point where I clicked?

As far as I know, there is no way to know the exact point where the
intersection, all the method calls is only returned boolean.

However, if you want to go deep down maybe (i am not sure) you could
track the Java API (not SVG API) Shape.intersect and see how they
implemenent that methods. or could search google for algorithm on how to
find intersect between shape

Regards
Tonny Kohar
-- 
Sketsa 
SVG Graphics Editor
http://www.kiyut.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to