что-то вроде
Код: Выделить всё
void GetArcControlPoints(Point a, Point &b, Point &c, Point d)
{
.....
b = ...
c = ....
}
Подробнее здесь: https://stackoverflow.com/questions/334 ... ptical-arc
Код: Выделить всё
void GetArcControlPoints(Point a, Point &b, Point &c, Point d)
{
.....
b = ...
c = ....
}