System.Math.Vectors.TMaxtrixArrayBase

From RAD Studio API Documentation
Revision as of 18:45, 20 February 2014 by L10nBot (talk | contribs) (copied from System.Types.TMaxtrixArrayBase)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

type TMaxtrixArrayBase = array [0..2] of tagVECTOR;

C++

typedef System::StaticArray<tagVECTOR, 3> TMaxtrixArrayBase;

Properties

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

Description

Describes a matrix as an array of 3 tagVECTOR variables.

See Also