System.Math.Vectors.TMatrix3DType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TMatrix3DType = array [0..3] of TVector3D;

C++

typedef TVector3D TMatrix3DType[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

Defines a 3D matrix that consists of 4 3D vectors.

See Also