scale Method

Create a Matrix3d whose values are uniformly scaled from this Matrix3d.

scale(scale: number, result?: Matrix3d): Matrix3d

@returns return the scaled matrix.

Parameter Type Description
scale number scale factor to apply.
result Matrix3d optional result.

Returns - Matrix3d

return the scaled matrix.

Defined in

Last Updated: 13 May, 2024