affine_projection: Orthogonal projection to an affine subspace.

Description Usage Arguments

Description

This function calculates the orthogonal projection of a point (cloud) in a Euclidean space to a affine subspace.

Usage

1
affine_projection(cloud, subspace)

Arguments

cloud

An m-by-n matrix of coordinates for m points in n-dimensional space.

subspace

An k-by-n matrix of coordinates spanning the (k - 1)-dimensional affine subspace.


corybrunson/cloud documentation built on May 13, 2019, 10:51 p.m.