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.