System.Math.Vectors.TPoint3D.Zero

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

Delphi

class function Zero: TPoint3D; inline; static;

C++

static TPoint3D __fastcall Zero();

プロパティ

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


説明

XYZ の値がすべて 0 である 3D の点です。

関連項目