Crate legasea_line

Crate legasea_line 

Source
Expand description

A simple utility for working with lines.

Provides a method to get the distance from a point to the Line.

Structsยง

Line
A line defined by 2 points. A line defined by 2 points.
LineDistance
Computes the distance to a line.