<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2920.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I would like to use intersectWithLine method of 
cells,</FONT></DIV>
<DIV><FONT face=Arial size=2>but it works in 3D, and I want to use 2D 
intersection test</FONT></DIV>
<DIV><FONT face=Arial size=2>between 2 lines (and obtaining yes or not + 
intersection </FONT></DIV>
<DIV><FONT face=Arial size=2>point)</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>IntersectWithLine on an edge or triangle for 
example can </FONT></DIV>
<DIV><FONT face=Arial size=2>test if plane intersect with </FONT><FONT 
face=Arial size=2>3D line, but I do not know if it can </FONT></DIV>
<DIV><FONT face=Arial size=2>test if a coplanar 2D line intersect with the cell, 
it does not seem to be the case. </FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>However, I need such an algorithm, should I 
implement it </FONT></DIV>
<DIV><FONT face=Arial size=2>myself. Does someone have a c++ example at hand 
?</FONT></DIV></BODY></HTML>