System.Math.Vectors.TVector3DType

From RAD Studio API Documentation
Revision as of 18:46, 20 February 2014 by L10nBot (talk | contribs) (copied from System.Types.TVector3DType)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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