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

Geometry3D::CPoint3D , ::CVector3D add setters&copy assignment operator #26

Closed
3 tasks done
shchuko opened this issue Mar 29, 2020 · 0 comments · Fixed by #27
Closed
3 tasks done

Geometry3D::CPoint3D , ::CVector3D add setters&copy assignment operator #26

shchuko opened this issue Mar 29, 2020 · 0 comments · Fixed by #27
Assignees
Labels
enhancement New feature or request

Comments

@shchuko
Copy link
Owner

shchuko commented Mar 29, 2020

  • CPoint3D setters
  • CVector3D setters
  • CVector3D copy assignment operator
// CPoint3D
void setX(double x) noexcept;
void setY(double x) noexcept;
void setZ(double x) noexcept;
// CVector3D
void setX(double x) noexcept;
void setY(double x) noexcept;
void setZ(double x) noexcept;
CVector3D& operator=(const CVector3D& vec) noexcept);
@shchuko shchuko added the enhancement New feature or request label Mar 29, 2020
@shchuko shchuko added this to the Geometry3D library milestone Mar 29, 2020
@shchuko shchuko added this to To do in ScratchedHologramFrom3D via automation Mar 29, 2020
@shchuko shchuko changed the title Geometry3D::CPoint3D , ::CVector3D add setters Geometry3D::CPoint3D , ::CVector3D add setters&copy assignment operator Mar 29, 2020
@shchuko shchuko moved this from To do to In progress in ScratchedHologramFrom3D Mar 29, 2020
@shchuko shchuko assigned shchuko and unassigned paNoNi and Tulesha Mar 29, 2020
@shchuko shchuko linked a pull request Mar 29, 2020 that will close this issue
@shchuko shchuko linked a pull request Mar 31, 2020 that will close this issue
@shchuko shchuko removed a link to a pull request Mar 31, 2020
@shchuko shchuko closed this as completed Mar 31, 2020
ScratchedHologramFrom3D automation moved this from In progress to Done Mar 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging a pull request may close this issue.

3 participants