Documentation / @ripl/core / matrixScale
Function: matrixScale()
matrixScale(
x,y):Matrix
Defined in: packages/core/src/math/matrix.ts:27
Returns a scaling matrix with the given horizontal and vertical factors.
Parameters
| Parameter | Type |
|---|---|
x | number |
y | number |