Skip to content
This repository was archived by the owner on Feb 11, 2024. It is now read-only.

2DSE: Added a circle shape generator. #200

Merged
merged 1 commit into from
Dec 25, 2018

Conversation

Henry00IS
Copy link
Collaborator

This commit implements #197 using the existing bézier curves functionality.
You can find the circle generator in the "Tools" menu of the 2D Shape Editor.

Circles

This approach has a precision limitation and uses the 4-curve graph. The radial error in this approximation will be about 0.0273% of the circle's radius. While not a perfect solution it's probably good enough in most use-cases.

@Henry00IS Henry00IS merged commit 7058031 into sabresaurus:master Dec 25, 2018
@Henry00IS Henry00IS deleted the Circles branch December 25, 2018 14:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant