System.Math.Vectors.TCubicBezier

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

type TCubicBezier = array [0..3] of TPointF;

C++

typedef System::StaticArray<System::Types::TPointF, 4> TCubicBezier;

Propriétés

Type Visibilité  Source Unité  Parent
array
typedef
public
System.Math.Vectors.pas
System.Math.Vectors.hpp
System.Math.Vectors System.Math.Vectors

Description

Définit une courbe de Bézier cubique.

La courbe TCubicBezier est définie par 4 variables TPointF. La courbe commence à partir du premier point et arrive au quatrième point, en utilisant les directions indiquées par le deuxième et le troisième points.

Voir aussi