m2_projective: 2D Projective

View source: R/bi_transformation_matrices.R

m2_projectiveR Documentation

2D Projective

Description

2D Projective

Usage

m2_projective(a, b)

Arguments

a

numeric, 2: translation

b

numeric, 6: all other coefficients

Value

matrix 3x3

Examples

m2_projective(c(2, 3), c(1, 0.5, 1, 5, 2, 4))

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