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
Delphi |
function ParseMatrix( S: String ): TRSMatrix; |
Parameters
S
Type: String
Type: TRSMatrix
Mathematically, all transformations can be represented as 3x3 transformation matrices of the following form: [ d e f ] [ 0 0 1 ] |
Reference |