System.Math.Vectors.PVector3D

提供:RAD Studio API Documentation

Delphi

PVector3D = ^TVector3D;

C++

typedef TVector3D *PVector3D;

プロパティ

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


説明

TVector3D 変数へのポインタ。

TVector3D は、3D 空間におけるベクタを定義します。

関連項目