System.Math.Vectors.PVector

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

Delphi

PVector = ^TVector;

C++

typedef TVector *PVector;

プロパティ

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


説明

TVector 変数へのポインタ。

TVector は、2次元空間でベクタを表すレコードです。

関連項目