dist_to_plane: Calculate the distance from a set of points to a plane

View source: R/pcdfunctions.R

dist_to_planeR Documentation

Calculate the distance from a set of points to a plane

Description

Calculate the distance from a set of points to a plane

Usage

dist_to_plane(p, plane)

Arguments

p

m-by-d matrix in which each row is the Cartesian coordinates of a point.

plane

d-by-d matrix representing a plane.

Value

The set of distances between each point in p and a plane


Artur-man/PCDSL documentation built on Feb. 24, 2024, 11:15 p.m.