Replies: 3 comments
-
Try this both lines and you understand what the method is doing:
If you want this: @jcy1001 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@jcy1001 @halx99 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How to draw a sector-shaped area?
draw->drawSolidCircle(VisibleRect::center() + Vec2(140.0f, 0.0f), 40, AX_DEGREES_TO_RADIANS(30), 50, 2.0f, 2.0f,
Color4F(0.0f, 1.0f, 0.0f, 1.0f));
this only draw a circle not fan-shaped
Beta Was this translation helpful? Give feedback.
All reactions