Skip to content
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

Geometry_Engine: Create.Ellipse() unnormalised axes bug #1288

Merged
merged 3 commits into from
Oct 29, 2019

Conversation

LMarkowski
Copy link
Contributor

Issues addressed by this PR

Closes #1287

Create.Ellipse was taking any input axes. Now the vectors are being normalised to prevent errors during further manipulations. Also a check if they are orthogonal is added.

Test files

Test file from the issue is enough.

Changelog

  • Create.Ellipse() public method was updated in Geometry.Engine()

Additional comments

@LMarkowski LMarkowski added severity:low Doesn't stop/slow current workflow size:XS Measured in seconds type:bug Error or unexpected behaviour labels Oct 29, 2019
@LMarkowski LMarkowski self-assigned this Oct 29, 2019
@LMarkowski LMarkowski added the type:feature New capability or enhancement label Oct 29, 2019
pawelbaran
pawelbaran previously approved these changes Oct 29, 2019
Copy link
Member

@pawelbaran pawelbaran left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Approved!

@al-fisher al-fisher merged commit 434fc9d into master Oct 29, 2019
@al-fisher al-fisher deleted the Geometry_Engine#1287CreateEllipseNoramliseAxesBug branch October 29, 2019 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity:low Doesn't stop/slow current workflow size:XS Measured in seconds type:bug Error or unexpected behaviour type:feature New capability or enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Geometry_Engine: Create.Ellipse should normalise input vectors to prevent further errors
3 participants