m3_projective: 3D Projective

View source: R/tri_transformation_matrices.R

m3_projectiveR Documentation

3D Projective

Description

3D Projective

Usage

m3_projective(a, b)

Arguments

a

numeric, 3: translation

b

numeric, 12: all other coefficients

Value

matrix 4x4

Examples

m3_projective(c(2, 3, 1), c(0.5, 0.2, 4, 2, 6, 3, 2, 5, 1, 6, 8, 9))

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