track.length: Compute the total length of a path given by the coordinates...

View source: R/vis_dti_tracks.R

track.lengthR Documentation

Compute the total length of a path given by the coordinates of its points.

Description

Compute the total length of a path given by the coordinates of its points.

Usage

track.length(point_coords)

Arguments

point_coords

n x 3 numerical matrix of 3D point coordinates, in the order of traversal.

Value

float, the sum of the length of all segments of the path.


dfsp-spirit/fsbrain documentation built on Nov. 28, 2024, 10:29 a.m.