euclid_dists_point_cloud_3D: Euclidean Distance Point Cloud 3D
Description
Calculates the distance matrix of a point from the point cloud.
Usage
euclid_dists_point_cloud_3D(point, point_cloud)
Value
vector of distances from the point to each point in the point cloud
Arguments
- point
cartesian coordinates of 3D point
- point_cloud
3 column matrix with cartesian coordinates of 3D point cloud