System.Math.Vectors.PPoint3D

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

Delphi

PPoint3D = ^TPoint3D;

C++

typedef TPoint3D *PPoint3D;

プロパティ

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

説明

TPoint3D 変数を指すポインタです。


TPoint3D は、3D 空間内の 1 つの点を X 軸、Y 軸、Z 軸を使って定義したものです。

関連項目