pointDist2plane

The (signed) point-plane distance from a point (x,y,z) to a plane
88 Downloads
Updated 8 Sep 2015

View License

% Reference: http://mathworld.wolfram.com/Plane.html
% Input:
% testPt - test points (n x 3)
% origin - 3d point in plane (x,y,z)
% normal - nonzero normal vector to plane(x,y,z)

% Output:
% dist - euclidean distance of the test points to the plane (n x 3)

Cite As

Audrey Cheong (2024). pointDist2plane (https://www.mathworks.com/matlabcentral/fileexchange/52927-pointdist2plane), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2013a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0

Title and description change.

Description changed.