[Overview][Constants][Types][Procedures and functions][Index] Reference for unit '_crw_plut' (#crwlib)

SegmentsHasIntersection

Declaration

Source position: _crw_plut.pas line 139

function SegmentsHasIntersection(

  const Start1: TPoint2D;

  const Stop1: TPoint2D;

  const Start2: TPoint2D;

  const Stop2: TPoint2D;

  var Intersection: TPoint2D

):Boolean;