Hide Comments
Hide Comments

Comments (0)

Parses the input string for a matrix definition: 6 numbers. Note that numbers can be separated by commas, spaces, or +/- (e. g. , the string '100+99' is two numbers and is valid)
 

Namespace: FMX.RS.SVGUtils

expandingSyntax

Delphi

 function ParseMatrix( S: String ): TRSMatrix; 
 

Parameters

S

Type: String

Return Value

Type: TRSMatrix

expandingRemarks

Mathematically, all transformations can be represented as 3x3 transformation matrices of the following form:

 
[ a b c ]

[ d e f ]

[ 0 0 1 ]

 
Since only six values are used in the above 3x3 matrix, a transformation matrix is also expressed as a vector: [a b c d e f].

expandingSee Also

Reference

Comments (0)

RiverSoftAVG SVG Component Library (RSCL) © 2013-2015, Thomas G. Grubb