CODGlobal::Intersect

BOOLCODGlobal::Intersect(POINTpt0, POINTpt1, POINTpt2, POINTpt3)

Determines if two lines intersect.

Defined in: OdGlobal.cpp

Return Value

TRUE if the lines do intersect.

Parameters

pt0

The start point of the first line.

pt1

The end point of the first line.

pt2

The start point of the second line.

pt3

The end point of the second line.