System.Math.Vectors.TCubicBezier

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
array
typedef
public
System.Math.Vectors.pas
System.Math.Vectors.hpp
System.Math.Vectors System.Math.Vectors

説明

3 次ベジエ曲線を定義したものです。


TCubicBezier 曲線は、4 つの TPointF 変数で定義されます。曲線は、1 番目の点から始まり、2 番目と 3 番目の点の方向を使って、4 番目の点で終わります。

関連項目