English
Appearance
Matrix4x4.FromScale(scale)
Matrix4x4
Create a scaling matrix.
Vector3
let scale = new Vector3(1,1,1); Matrix4x4.FromTRS(scale);