System.Math.Vectors.TPoint3D.TPoint3DArray

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TPoint3DArray = array [0..2] of Single;

C++

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

Propriétés

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


Description

Un tableau de valeurs Single représentant un Point3D.

Voir aussi