pub fn bisector<P: Point>(A: P, B: P, C: P) -> P
Expand description

return a vector of magnitude 1 that has the slope of the external bisector of the angle described by the three given points.

B is the vertex of the angle. The returned vector points towads C