pub fn thirds<P: Point>(a: P, b: P) -> (P, P)
Expand description

Given two points return the points in their 1/3 and 2/3 of the segment from a to b.