Skip to content

format

typescript
Matrix4x4.Scale(scale)

class: Matrix4x4

description

Scale the current matrix.

parameter

param_nametypedescription
scaleVector3The size of the scale.

reture

typedescription
void

code example