System.Math.Vectors.TVector3DType

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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

Description

Définit un vecteur 3D qui est composé de 4 valeurs Single à virgule flottante.

Voir aussi