System.Math.Vectors.NullPoint3D

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

Delphi

NullPoint3D: TPoint3D = (X: 0; Y: 0; Z: 0);

C++

extern DELPHI_PACKAGE TPoint3D NullPoint3D;

プロパティ

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


説明

TPoint3D 値を null 座標で表す定数。

関連項目