vertexdists.to.point: Compute Euclidean distance from all mesh vertices to given...

View source: R/surface_dist.R

vertexdists.to.pointR Documentation

Compute Euclidean distance from all mesh vertices to given point.

Description

Compute Euclidean distance from all mesh vertices to given point.

Usage

vertexdists.to.point(surface, point_coords)

Arguments

surface

an fs.surface instance

point_coords

double vector of length 3, the xyz coords of a single point.

Value

double vector of distances

See Also

Other Euclidean distance util functions: closest.vert.to.point(), vertex.euclid.dist()


freesurferformats documentation built on May 29, 2024, 5:29 a.m.