m3_affine {TriDimRegression} | R Documentation |
3D Affine
Description
3D Affine
Usage
m3_affine(a, b)
Arguments
a |
numeric, 3: translation |
b |
numeric, 9: all other coefficients |
Value
matrix 4x4
Examples
m3_affine(c(2, 3, 1), c(0.5, 0.2, 4, 2, 6, 3, 2, 5, 1))
[Package TriDimRegression version 1.0.2 Index]