calc_angle
calc_angle(BPoint origin, BPoint from, BPoint to, bool degree = true);
double angle = calc_angle(fParent->Center(), fOrigin, current);
float rotation = calc_angle(origin, from, current) + 180.0;