docs/Matrix.html
Source:
A matrix object for 2D homogenous transformations:
| a b 0 |
| c d 0 |
| e f 1 |
pdf multiplies matrices righthand: v' = v x m1 x m2 x ...
| Name | Type | Description |
|---|---|---|
sx | number | |
shy | number | |
shx | number | |
sy | number | |
tx | number | |
ty | number |
Source:
Source:
Source:
Source:
Source:
Source:
Source:
Source:
Source:
Source:
Source:
Source:
Source:
Clone the Matrix
Source:
Source:
Source:
Join the Matrix Values to a String
| Name | Type | Description |
|---|---|---|
separator | string |
Specifies a string to separate each pair of adjacent elements of the array. The separator is converted to a string if necessary. If omitted, the array elements are separated with a comma (","). If separator is an empty string, all elements are joined without any characters in between them.
|
A string with all array elements joined.
Type string
Source:
Multiply the matrix with given Matrix
| Name | Type | Description |
|---|---|---|
matrix |
Type Matrix
Source: