More TODOs.

This commit is contained in:
Pietro Gagliardi 2015-10-09 23:19:21 -04:00
parent 3cbc3f3c67
commit 0ebb5b914b
1 changed files with 1 additions and 0 deletions

1
ui.h
View File

@ -383,6 +383,7 @@ _UI_EXTERN void uiDrawPathNewFigureWithArc(uiDrawPath *p, double xCenter, double
_UI_EXTERN void uiDrawPathLineTo(uiDrawPath *p, double x, double y);
// notes: angles are both relative to 0 and go counterclockwise
// TODO is the initial line segment on cairo and OS X a proper join?
// TODO what if sweep < 0?
_UI_EXTERN void uiDrawPathArcTo(uiDrawPath *p, double xCenter, double yCenter, double radius, double startAngle, double sweep);
_UI_EXTERN void uiDrawPathBezierTo(uiDrawPath *p, double c1x, double c1y, double c2x, double c2y, double endX, double endY);
// TODO quadratic bezier