Skip to content

Added lerp() function to the point class#16

Open
kadambaridane wants to merge 1 commit intoAppledoreLabs:mainfrom
kadambaridane:point.hpp
Open

Added lerp() function to the point class#16
kadambaridane wants to merge 1 commit intoAppledoreLabs:mainfrom
kadambaridane:point.hpp

Conversation

@kadambaridane
Copy link
Copy Markdown

No description provided.

Comment thread Point.hpp
}

// Static function to interpolate between two points
static Point<T, Dim> lerp(const Point<T, Dim>& p1, const Point<T, Dim>& p2, T t) {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

You were supposed to add this method in the existing Point class defined in https://github.com/Artifact-Works/GeomCpp/blob/main/Core/Point.hpp

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

@SharonIV0x86 Then what should i do now ?

Copy link
Copy Markdown
Collaborator

@SharonIV0x86 SharonIV0x86 Feb 11, 2025

Choose a reason for hiding this comment

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

@SharonIV0x86 Then what should i do now ?

You need to add the lerp method in the Point class. You dont have to create a new Point class from scratch. Additionally kindly delete the test.cpp file its not needed as of now.

@SharonIV0x86 SharonIV0x86 added Hard Hard tag for JWOC contributors. JWOC Role for JWOC contributors. Feature addition Lable for a new Feature Addition labels Feb 12, 2025
@SharonIV0x86
Copy link
Copy Markdown
Collaborator

@kadambaridane Status of your PR?

@SharonIV0x86 SharonIV0x86 linked an issue Feb 13, 2025 that may be closed by this pull request
2 tasks
@SharonIV0x86
Copy link
Copy Markdown
Collaborator

@kadambaridane This PR is marked as stale, ping maintainer if you'd like to work on it, otherwise this PR will be closed in 12 hours.

@SharonIV0x86 SharonIV0x86 added the Stale This issue or PR recrived no activity for a good amount of time. The issue or PR will be closed soon label Feb 15, 2025
@kadambaridane
Copy link
Copy Markdown
Author

kadambaridane commented Feb 15, 2025 via email

@kadambaridane
Copy link
Copy Markdown
Author

kadambaridane commented Feb 15, 2025 via email

@SharonIV0x86
Copy link
Copy Markdown
Collaborator

SharonIV0x86 commented Feb 15, 2025

It is not working properly from my side, You can assign to any other 🙏 On Sat, 15 Feb 2025, 8:56 pm Kadambari Dane,

I can assign this to someone else, but if you need any help just let me know.

@kadambaridane
Copy link
Copy Markdown
Author

kadambaridane commented Feb 15, 2025 via email

@SharonIV0x86
Copy link
Copy Markdown
Collaborator

I will close this PR, if you'd like to work on any other issue let me know, i'll guide you from there.
You can take a look at existing issues: https://github.com/Artifact-Works/GeomCpp/issues

@kadambaridane
Copy link
Copy Markdown
Author

kadambaridane commented Feb 15, 2025 via email

@SharonIV0x86 SharonIV0x86 added the wontfix This will not be worked on label Feb 15, 2025
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 Hard Hard tag for JWOC contributors. JWOC Role for JWOC contributors. Stale This issue or PR recrived no activity for a good amount of time. The issue or PR will be closed soon wontfix This will not be worked on

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants