| [Overview][Types][Procedures and functions][Index] |
SplitBezier - split any 4-Point Bezier into two 4-Point Beziers: a 'Left' and a 'Right'
Source position: graphmath.pp line 105
procedure SplitBezier( |
const Bezier: TBezier; |
var Left: TBezier; |
var Right: TBezier |
); |
Use SplitBezier to split any 4-Point Bezier into two 4-Point Beziers: a 'Left' and a 'Right'. It is primarily for use in Bezier2Polyline.