The Unit delivers a smoothed bezier spline of a polygon in two ways tangen modus and secant modus for data segments.
None.
None.
Name | Description |
---|---|
TBZOperationMode | -------------------------------------------------------------------------- |
Procedure BezierPolygon(OperationMode: TBZOperationMode; Closed: TBoolean; VC: TXYPointList; PointStep: TDouble); |
Procedure BezierPolygon(OperationMode: TBZOperationMode; Closed: TBoolean; VC: TXYPointList; PointStep: TDouble); |
Bezier Polygon will work as follos: OpeartionMode - tbzSmooth secant modus / tbzExact tangent modus; Closed - true assume the polygon is closed the first and the last point will be connected VC - the Polygon withc is used PointStep - Distance of each point
None.
Alexander Weidauer <alex.weidauer@huckfinn.de
December 2001
December 2001