View source: R/tri_transformation_matrices.R
m3_affine | R Documentation |
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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.