File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,19 +43,19 @@ This library allows us to:
4343 - [ ` fromTransformAttribute(transformString) ` ] ( https://github.com/chrvadala/transformation-matrix/blob/main/docs/api.md#fromTransformAttribute )
4444 - [ ` fromTriangles(t1, t2) ` ] ( https://github.com/chrvadala/transformation-matrix/blob/main/docs/api.md#fromTriangles )
4545
46- - Validation
46+ - Validate
4747 - [ ` isAffineMatrix(object) ` ] ( https://github.com/chrvadala/transformation-matrix/blob/main/docs/api.md#isAffineMatrix )
4848
4949 - Apply
5050 - [ ` applyToPoint(matrix, point) ` ] ( https://github.com/chrvadala/transformation-matrix/blob/main/docs/api.md#applyToPoint )
5151 - [ ` applyToPoints(matrix, points) ` ] ( https://github.com/chrvadala/transformation-matrix/blob/main/docs/api.md#applyToPoints )
5252
53- - Stringify Transformation Matrix
53+ - Stringify
5454 - [ ` toCSS(matrix) ` ] ( https://github.com/chrvadala/transformation-matrix/blob/main/docs/api.md#toCSS )
5555 - [ ` toSVG(matrix) ` ] ( https://github.com/chrvadala/transformation-matrix/blob/main/docs/api.md#toSVG )
5656 - [ ` toString(matrix) ` ] ( https://github.com/chrvadala/transformation-matrix/blob/main/docs/api.md#toString )
5757
58- - Compose Transformation Matrices
58+ - Compose
5959 - [ ` transform(matrices) ` ] ( https://github.com/chrvadala/transformation-matrix/blob/main/docs/api.md#transform )
6060 - [ ` compose(matrices) ` ] ( https://github.com/chrvadala/transformation-matrix/blob/main/docs/api.md#compose )
6161
You can’t perform that action at this time.
0 commit comments