System.Math.Vectors.TCubicBezierCurve

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 */;
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
System.Math.Vectors.pas
System.Math.Vectors.hpp
System.Math.Vectors System.Math.Vectors

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.