pointDist2plane

The (signed) point-plane distance from a point (x,y,z) to a plane
88 descargas
Actualizado 8 sep 2015

Ver licencia

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

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2013a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0

Title and description change.

Description changed.