CODGlobal::IntersectionPt

BOOL CODGlobal::IntersectionPt(POINT pt0, POINT pt1, POINT pt2, POINT pt3, LPPOINT lpptIntersection)

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.

lpptIntersection

Return buffer for point of intersection calculated.