System.Math.Vectors.PVector

提供: RAD Studio API Documentation
2014年4月15日 (火) 01:38時点におけるYukikoi (トーク | 投稿記録)による版 (1版: LOC-14476)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

Delphi

type 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次元空間でベクタを表すレコードです。

関連項目