System.Math.Vectors.TVector3D.Zero

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function Zero: TVector3D; inline; static;

C++

static TVector3D __fastcall Zero();

Properties

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

Description

3D vector where the values of X, Y, Z, and W are all 0.

See Also