Calculates the Chebyshev distance
between the end points of line
.
Calculates the Euclidean distance
between the end points of line
.
Calculates the Manhattan distance
between the end points of line
.
Determines whether value
is a Line.
Translates line
by vector
.
This modifies line
. Use translated
if you want to create
a new line instead.
Generated using TypeDoc
Creates a line from the coordinates of its start and end.