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

READY : Implement 3 dimension vector #46

Merged
merged 10 commits into from
Sep 30, 2022
Merged

READY : Implement 3 dimension vector #46

merged 10 commits into from
Sep 30, 2022

Conversation

qarux
Copy link
Contributor

@qarux qarux commented Sep 27, 2022

The code needs to be refactored after #39 will be merged (there are a lot of boilerplate trait implementations).

@qarux qarux changed the title Implement 3 dimension vector READY : Implement 3 dimension vector Sep 27, 2022

//

impl< Scalar > X3NominalInterface for cgmath::Vector3< Scalar >
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why here is many of such code?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Replaced with macro.
As I mentioned in the description, #39 needed to be merged.

//

impl< Scalar > X3NominalInterface for cgmath::Point3< Scalar >
where
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please, fix formatting for such cases.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed

@dmvict
Copy link
Collaborator

dmvict commented Sep 28, 2022

Please, resolve conflict.

@dmvict
Copy link
Collaborator

dmvict commented Sep 29, 2022

Please, give me the answer.

Can the procedural macro from #42 be used instead of the declarative macro?

If not, you should extend the procedural macro.

@dmvict dmvict merged commit c0fb4ac into Wandalen:alpha Sep 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants