pointDist2plane

The (signed) point-plane distance from a point (x,y,z) to a plane
88 download
Aggiornato 8 set 2015

Visualizza la licenza

% 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)

Cita come

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

Compatibilità della release di MATLAB
Creato con R2013a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0

Title and description change.

Description changed.