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

Implement Vector and UnitVector dimension specific classes #147

Closed
5 tasks done
Tracked by #91
RobPasMue opened this issue Sep 29, 2022 · 1 comment · Fixed by #156
Closed
5 tasks done
Tracked by #91

Implement Vector and UnitVector dimension specific classes #147

RobPasMue opened this issue Sep 29, 2022 · 1 comment · Fixed by #156
Assignees
Labels
PRIORITY Issue/PR assigned with this tag must be given priority over the rest of the backlog

Comments

@RobPasMue
Copy link
Member

RobPasMue commented Sep 29, 2022

From #96 it was decided to go ahead and fall back to our previous 2D/3D specific implementation for the actual Point objects. This task implies:

  • Refactoring
  • Support for mathematical operations: __add__ , __sub__ (right now the outcoming objects are ill-formed)
  • Check that the rest of mathematical operators are formed correctly
  • Check that the outcome of any of the operators is not ill-formed (i.e. the resulting Vector has all its expected properties, attributes)
  • Remove support for QuantityVector - it is "effectively" not being used anywhere in the code. If we ever need it, we will bring it back
@RobPasMue RobPasMue added the PRIORITY Issue/PR assigned with this tag must be given priority over the rest of the backlog label Sep 29, 2022
@chadqueen
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PRIORITY Issue/PR assigned with this tag must be given priority over the rest of the backlog
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants