UNITS
CLASSES, INTERFACES, OBJECTS
TYPES
VARIABLES
CONSTANTS
FUNCTIONS, PROCEDURES
IDENTIFIERS

Unit UBezierSpline

Description

The Unit delivers a smoothed bezier spline of a polygon in two ways tangen modus and secant modus for data segments.

Constants

None.

Variables

None.

Types

NameDescription
TBZOperationMode --------------------------------------------------------------------------

Functions and procedures

Overview

Procedure BezierPolygon(OperationMode: TBZOperationMode; Closed: TBoolean; VC: TXYPointList; PointStep: TDouble);

Description

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

Classes, interfaces and objects

None.

Author

Alexander Weidauer <alex.weidauer@huckfinn.de

Created

December 2001

Last modification

December 2001


Generated by pasdoc 0.6.20 on Mon 18 Feb 2002 20:55:35