a 3D vector describing the line's vector
a point which this line passes through, by default this is set to be the origin.
a list of indices that reference the input list.
Radially sort a list of points in 3D space around a line. Imagine the line as a plane's normal, project the points down into the plane, normalized, and use them as input to the related method which radially sorts 2D normalized vectors, using our projected plane.
a list of 3D points