System.Math.Vectors.TVector.Zero

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function Zero: TVector; inline; static;

C++

static TVector __fastcall Zero();

Properties

Type Visibility Source Unit Parent
function public
System.Math.Vectors.pas
System.Math.Vectors.hpp
System.Math.Vectors TVector

Description

Vector where the values of X, Y, and W are all 0.

See Also