System.Math.Vectors.NullVector3D

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

Delphi

NullVector3D: TVector3D = (X: 0; Y: 0; Z: 0; W: 1);

C++

extern DELPHI_PACKAGE TVector3D NullVector3D;

プロパティ

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


説明

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

関連項目