reverse

abstract fun reverse(): Line<V>(source)

Reverse the direction of this line.

This creates a new line that is the reverse of the current line, effectively flipping its orientation.

Return

A new Line instance that is the reverse of this line.