fromPoints
Creates a line in 3D space defined by two points.
Return
A line represented by the defined origin point and a normalized direction vector.
Parameters
a
The starting point of the line.
b
The ending point of the line.
Creates a line in 3D space defined by two points.
A line represented by the defined origin point and a normalized direction vector.
The starting point of the line.
The ending point of the line.