An NDoc Documented Class Library

Triangle.disjoint Method 

This method checks, wheter a LineType L intersects the triangle or not. The Line is regarded as a bounded Line with Endpoints A and B. The crosspoint - if any exists - must lie between A and B.

public bool disjoint(
   LineType L
);

Parameters

L
A line to checking

Return Value

Returns true, if the Line L is disjoint from the Triangle and false if the Line L intersects the Triangle

See Also

Triangle Class | Minais.Drawing3d.Math Namespace