FMX.Types3D.Matrix3DMultiply

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function Matrix3DMultiply(const M1, M2: TMatrix3D): TMatrix3D;

C++

extern DELPHI_PACKAGE System::Types::TMatrix3D __fastcall Matrix3DMultiply(const System::Types::TMatrix3D &M1, const System::Types::TMatrix3D &M2);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D FMX.Types3D

Beschreibung

Multipliziert zwei (4 x 4)-Matrizen.

Matrix3DMultiply gibt das Produkt von zwei TMatrix3D-Objekten zurück.

Siehe auch

Übersetzungen