Given a list of path coordinates, create matrix containing only the first and last point of each path.
flc(coords_list)
m x 6 numeric matrix, containing the first and last point of a path per row (two 3D xyz-coords, so 6 values per row).
list of m
matrices, each n
x 3 matrix must contain the 3D coords for one path.