pointsProject: Projects 3D points into a plane.

Description Usage Arguments Value

View source: R/project.R

Description

3D points arranged as a matrix where each column corresponds to a point is projected into a plane that has to direction unit vectors x and y given by the columns of base2d.

Usage

1
  pointsProject(p, base2d)

Arguments

p

Points

base2d

Local plane coordinate system

Value

a matrix where each column is a projected 2D point.


tunelipt/model3d documentation built on Nov. 5, 2019, 10:59 a.m.