Unit 'Img32' Package
[Overview][Resource strings][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_image32]

FlattenQBezier

Declaration

Source position: Img32.pas line 809

function FlattenQBezier(

  const pt1: TPointD;

  const pt2: TPointD;

  const pt3: TPointD;

  tolerance: Double = 0.0

):TPathD; overload;

function FlattenQBezier(

  const pts: TPathD;

  tolerance: Double = 0.0

):TPathD; overload;

function FlattenQBezier(

  const firstPt: TPointD;

  const pts: TPathD;

  tolerance: Double = 0.0

):TPathD; overload;

function FlattenQBezier(

  const pts: TPathsD;

  tolerance: Double = 0.0

):TPathsD; overload;



CT Web help

CodeTyphon Studio