Itself but a ray.
Return a vector that represents a certain point of the line. Same as start at t = 0, same as end at t = 1.
A parameter t
A vector that represents delta of the line.
Return a distance from the line to the given point.
If segment
is true, it will treat the line as a segment which has start and end.
Otherwise it will treat the line is infinite.
A point
Is the line a segment?
Its length.
Generated using TypeDoc
A 3D line.