-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added arc_2d
function for gizmos
#8448
Conversation
Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
@devil-ira can you confirm that my dynamic segment implementation is correct? |
Co-authored-by: ira <JustTheCoolDude@gmail.com>
Co-authored-by: ira <JustTheCoolDude@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a suggestion for improved docs. Once that's accepted or revised, this LGTM and I'll merge :)
Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
@alice-i-cecile revision accepted! You doc proposal is much clearer. My last commit has a change in the code, there was a bug following @devil-ira 's lerp implementation proposal that I didn't catch. It was about |
Objective
Added the possibility to draw arcs in 2d via gizmos
Solution
arc_2d
function toGizmos
arc_inner
functionArc2dBuilder<'a, 's>
2d_gizmos.rs
example to draw an arc