[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'fpvectorial' (#fcl)

T2DBezierSegment

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

A 2D Bézier segment

Declaration

Source position: fpvectorial.pas line 121

type T2DBezierSegment = class(T2DSegment)

public

  X2: Double;

  

The X coodinate of the first control point of the Bézier

  Y2: Double;

  

The Y coodinate of the first control point of the Bézier

  X3: Double;

  

The X coodinate of the second control point of the Bézier

  Y3: Double;

  

The Y coodinate of the second control point of the Bézier

end;

Inheritance

T2DBezierSegment

  

A 2D Bézier segment

|

T2DSegment

  

A generic 2D segment

|

TPathSegment

  

A generic path segment

|

TObject

Description

In Bezier segments, we remain using the X and Y coordinates for the ending point. The starting point is where the previous segment ended, so that the intermediary bezier control points are [X2, Y2] and [X3, Y3].


Documentation generated on: Oct 09 2011