System.Math.Vectors.PPoint3D

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PPoint3D = ^TPoint3D;

C++

typedef TPoint3D *PPoint3D;

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
System.Math.Vectors.pas
System.Math.Vectors.hpp
System.Math.Vectors System.Math.Vectors

Description

Pointer to a TPoint3D variable.

TPoint3D defines a point in 3D space relative to the X, Y, and Z axes.

See Also