System.Math.Vectors.TVectorArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TVectorArray = array [0..2] of Single;

C++

typedef System::StaticArray<float, 3> TVectorArray;

Properties

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

Description

Array of TVector values.

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

See Also