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

Modify generic objects size vector #381

Merged
merged 4 commits into from
Feb 20, 2024
Merged

Modify generic objects size vector #381

merged 4 commits into from
Feb 20, 2024

Conversation

helderbetiol
Copy link
Collaborator

Description

The size vector will be the same for all shapes of generic objects. Currently, it is:

if shape = cube: [width,length,height]
if shape = sphere: [ignored,ignored,diameter]
if shape = cylinder: [ignored,height,diameter]

For all shapes, it will not be [width,length,height].

Fixes #380

Type of change

  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

How Has This Been Tested?

  • Local test

@helderbetiol helderbetiol linked an issue Feb 16, 2024 that may be closed by this pull request
@helderbetiol helderbetiol merged commit 344e294 into main Feb 20, 2024
5 checks passed
@helderbetiol helderbetiol deleted the feat380-generic-size branch February 28, 2024 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Modify generic objects size vector
1 participant