System.Math.Vectors.TMatrixArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TMatrixArray = array [0..2] of TVector;

C++

typedef TVector TMatrixArray[3];

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 TVector.

See Also