Convert a matrix into list of row vectors
c_ListofMatrixRows(object)
An integer, numeric, character or logical matrix of N rows and M columns
a list containing N vectors of length M corresponding to the rows of
object
.
Typically this will be for 3D coordinates but there are no limits on row length.