System.Math.Vectors.PVector

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PVector = ^TVector;

C++

typedef TVector *PVector;

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 TVector variable.

TVector is a record that represents a vector in a two-dimensional space.

See Also