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

Point Transformations: Translation #10

Open
1 of 3 tasks
SharonIV0x86 opened this issue Feb 9, 2025 · 1 comment
Open
1 of 3 tasks

Point Transformations: Translation #10

SharonIV0x86 opened this issue Feb 9, 2025 · 1 comment
Labels
Feature addition Lable for a new Feature Addition good first issue Good for newcomers JWOC Role for JWOC contributors. Medium Medium tag for JWOC contributors.

Comments

@SharonIV0x86
Copy link
Collaborator

SharonIV0x86 commented Feb 9, 2025

Title: Translate a point by another point or vector
Description:
Implement a translate() function for the Point class to translate the point by another point or vector.

Function Signature:

void translate(const Point<T, Dim>& translation);

File: Point.hpp
Class: Point
Acceptance Criteria:

  • Add the translate() function to the Point class.
  • Ensure the function works for points of any dimension.
  • Write unit tests to verify the correctness of the implementation.
@SharonIV0x86 SharonIV0x86 added JWOC Role for JWOC contributors. Medium Medium tag for JWOC contributors. good first issue Good for newcomers Feature addition Lable for a new Feature Addition labels Feb 10, 2025
@kadambaridane
Copy link

Kindly assign me to this issue, I would like to contribute on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature addition Lable for a new Feature Addition good first issue Good for newcomers JWOC Role for JWOC contributors. Medium Medium tag for JWOC contributors.
Projects
None yet
Development

No branches or pull requests

2 participants