System.Math.Vectors.TVector.Create

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

Delphi

class function Create(const AX, AY: Single; const AW: Single = 1.0): TVector; overload; static; inline;
class function Create(const APoint: TPointF): TVector; overload; static; inline;

C++

static TVector __fastcall Create(const float AX, const float AY, const float AW = 1.000000E+00f)/* overload */;
static TVector __fastcall Create(const System::Types::TPointF &APoint)/* overload */;

プロパティ

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

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。