-
Notifications
You must be signed in to change notification settings - Fork 4
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
Conversation
|
||
// | ||
|
||
impl< Scalar > X3NominalInterface for cgmath::Vector3< Scalar > |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
Please, resolve conflict. |
Use provided setters for macro Export to prelude to avoid rust-lang/rust#52234.
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. |
The code needs to be refactored after #39 will be merged (there are a lot of boilerplate trait implementations).