English
Appearance
Matrix4x4.FromTranslate(pos)
Matrix4x4
Create a transformation matrix.
Vector3
let pos = new Vector3(1,1,1); Matrix4x4.FromTRS(pos);