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

T3DBezierSegment

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

A 3D Bézier

Declaration

Source position: fpvectorial.pas line 136

type T3DBezierSegment = class(T3DSegment)

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

  Z2: Double;

  

The Z 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

  Z3: Double;

  

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

end;

Inheritance

T3DBezierSegment

  

A 3D Bézier

|

T3DSegment

  

A 3D line segment

|

TPathSegment

  

A generic path segment

|

TObject

Description

This class is provided only for usage in milling machines, don't use it for actually creating 3D documents as fpvectorial is currently a 2D library.


Documentation generated on: Oct 09 2011