Module line

Module line 

Source

Structs§

LineSegment
LineSegment defined by a start and an endpoint, evaluatable anywhere inbetween using interpolation parameter t: [0,1] in eval() A LineSegment is equal to a linear Bezier curve, which is why there is no specialized type for that case.