System.Math.Vectors.TVector.Zero

提供:RAD Studio API Documentation

Delphi

class function Zero: TVector; inline; static;

C++

static TVector __fastcall Zero();

プロパティ

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


説明

XYW の値がすべて 0 であるベクトルです。

関連項目