System.Math.Vectors.TVector3DType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TVector3DType = array [0..3] of Single;

C++

typedef System::StaticArray<float, 4> TVector3DType;

Properties

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

Description

Defines a 3D vector that consists of 4 floating-point Single values.

See Also