An NDoc Documented Class Library

LineType2d.CrossBounded Method 

Checks whether the LineType2d crosses an other LineType or not. In this method bounded lines are considered. If the Crosspoint is between P and Q and also between the P and Q of the other line then the result is true else it is false.

public bool CrossBounded(
   LineType2d L
);

Parameters

L
An other LineType to check for crossing

Return Value

true if crosspoint exists between P and Q else false is returned

See Also

LineType2d Class | Minais.Drawing3d.Math Namespace