euclid_dists_point_cloud_3D {ashapesampler}R Documentation

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)

Arguments

point

cartesian coordinates of 3D point

point_cloud

3 column matrix with cartesian coordinates of 3D point cloud

Value

vector of distances from the point to each point in the point cloud


[Package ashapesampler version 1.0.0 Index]