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