System.Math.Vectors.TPoint3D.TPoint3DArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type 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