-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Description
Increasing access
-
The arc() reference currently repeats the explanation for the fifth and sixth parameters (
startandstop) in the same paragraph. -
As a beginner, this repetition made the section harder to read and a bit confusing, because it felt like two slightly different rules were being introduced when it’s really the same concept.
-
Cleaning this up into a single, clearer explanation would make the reference easier to understand for new users and people learning p5.js for the first time.
Most appropriate sub-area of p5.js?
- Accessibility
- Color
- Core/Environment/Rendering
- Data
- DOM
- Events
- Image
- IO
- Math
- Typography
- Utilities
- WebGL
- Build process
- Unit testing
- Internationalization
- Friendly errors
- Other (specify if possible)
Feature enhancement details
In the arc() reference page, the explanation for the fifth and sixth parameters (start and stop) is repeated in the same section:
“The fifth and sixth parameters, start and stop, set the angles between which to draw the arc…”
This repetition makes the paragraph harder to read and slightly confusing, especially for beginners, because it feels like two separate rules are being introduced when it’s actually the same concept.
I suggest removing the duplicate sentence and rewriting this part as a single, clear explanation of how start and stop work, including how they relate to radians vs degrees when angleMode(DEGREES) is used.
This would improve clarity and make the reference easier to understand for new users.