Show: Delphi C++
Display Preferences

FMX.Types.MatrixMultiply

From XE3 API Documentation
Jump to: navigation, search

Delphi

function MatrixMultiply(const M1, M2: TMatrix): TMatrix;

C++

extern DELPHI_PACKAGE System::Types::TMatrix __fastcall MatrixMultiply(const System::Types::TMatrix &M1, const System::Types::TMatrix &M2);

Properties

Type Visibility Source Unit Parent
function public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

Description

Returns the multiplication of the two given matrices. The matrices are given through the M1 and M2 parameters and the result is returned as a TMatrix.

See Also

Personal tools
Translations