System.Math.Vectors.NullPoint3D

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

NullPoint3D: TPoint3D = (X: 0; Y: 0; Z: 0);

C++

extern DELPHI_PACKAGE TPoint3D NullPoint3D;

Properties

Type Visibility Source Unit Parent
const
variable
public
System.Math.Vectors.pas
System.Math.Vectors.hpp
System.Math.Vectors System.Math.Vectors

Description

Constant representing a TPoint3D value with null coordinates.

See Also