Show/Hide Toolbars

RiverSoftAVG Products Help

TRSMatrix is an array of vectors in a two-dimensional space. It is used for vector transformations in 2D-space.

TRSMatrix is a record that represents three vectors, each in a two-dimensional space. The vectors have their initial points in (0, 0). m11 and m12 are the coordinates of the terminal point of the first vector (similar for the other two). The TRSMatrix is used for vector transformations in 2D-space.
 

noteNote

This class is for earlier versions of Delphi that did not define a TMatrix type. For later versions of Delphi, TRSMatrix = TMatrix.

Namespace: FMX.RS.Graphics

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb