[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 96
procedure SplitBezier( |
Bezier: TBezier; |
var Left: TBezier; |
var Right: TBezier |
); |
Method: SplitBezier
Params: Bezier, Left, Right Returns: Nothing 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.
lazarus-ccr.sourceforge.net |