3D Affine
m3_affine(a, b)
a
numeric, 3: translation
b
numeric, 9: all other coefficients
matrix 4x4
m3_affine(c(2, 3, 1), c(0.5, 0.2, 4, 2, 6, 3, 2, 5, 1))