m3_affine: 3D Affine

View source: R/tri_transformation_matrices.R

m3_affineR 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))

TriDimRegression documentation built on Sept. 13, 2023, 5:07 p.m.