System.Math.Vectors.TPoint3D.TPoint3DArray

From RAD Studio API Documentation
Revision as of 17:05, 4 March 2014 by Simona.donea (talk | contribs) (RS-47377)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

An array of Single values representing a Point3D.

See Also