You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
Path: add arcTo and addArc, minor cleanup
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))
|
||||
|
||||
#define DEG2RAD(deg) (deg * M_PI / 180)
|
||||
#define DEG2RAD(deg) ((deg) * M_PI / 180)
|
||||
|
||||
#define __likely__(x) __builtin_expect(x, 1)
|
||||
#define __unlikely__(x) __builtin_expect(x, 0)
|
||||
|
||||
Reference in New Issue
Block a user