System.Math.Vectors.TCubicBezierCurve
Delphi
TCubicBezierCurve = record
C++
struct DECLSPEC_DRECORD TCubicBezierCurve
{
private:
System::Types::TPointF StartPoint;
System::Types::TPointF EndPoint;
float AX;
float BX;
float CX;
float AY;
float BY;
float CY;
public:
void __fastcall Init(const System::Types::TPointF &A, const System::Types::TPointF &B, const System::Types::TPointF &C, const System::Types::TPointF &D);
float __fastcall CurveLength(int Segments = 0x6);
System::Types::TPointF __fastcall GetPoint(int Index, int Total)/* overload */;
System::Types::TPointF __fastcall GetPoint(float T)/* overload */;
};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
record struct |
public | System.Math.Vectors.pas System.Math.Vectors.hpp |
System.Math.Vectors | System.Math.Vectors |
説明
このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。