-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[Merged by Bors] - Rename Transform::mul_vec3
to transform_point
and improve docs
#6132
Conversation
CI failure is probably because of panicking threadpools. |
I'm really not sure I understand how the new name is better. |
Ok, reading the code again, I guess |
The name edit: |
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.
Not sure about the CI failures, but now that I see it's a terminology used by other engines LGTM
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.
LGTM
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.
Excellent docs, and I agree with this change.
bors r+
Pull request successfully merged into main. Build succeeded: |
Transform::mul_vec3
to transform_point
and improve docsTransform::mul_vec3
to transform_point
and improve docs
…evyengine#6132) The docs ended up quite verbose :v Also added a missing `#[inline]` to `GlobalTransform::mul_transform`. I'd say this resolves bevyengine#5500 # Migration Guide `Transform::mul_vec3` has been renamed to `transform_point`. Co-authored-by: devil-ira <justthecooldude@gmail.com>
…evyengine#6132) The docs ended up quite verbose :v Also added a missing `#[inline]` to `GlobalTransform::mul_transform`. I'd say this resolves bevyengine#5500 # Migration Guide `Transform::mul_vec3` has been renamed to `transform_point`. Co-authored-by: devil-ira <justthecooldude@gmail.com>
…evyengine#6132) The docs ended up quite verbose :v Also added a missing `#[inline]` to `GlobalTransform::mul_transform`. I'd say this resolves bevyengine#5500 # Migration Guide `Transform::mul_vec3` has been renamed to `transform_point`. Co-authored-by: devil-ira <justthecooldude@gmail.com>
…evyengine#6132) The docs ended up quite verbose :v Also added a missing `#[inline]` to `GlobalTransform::mul_transform`. I'd say this resolves bevyengine#5500 # Migration Guide `Transform::mul_vec3` has been renamed to `transform_point`. Co-authored-by: devil-ira <justthecooldude@gmail.com>
The docs ended up quite verbose :v
Also added a missing
#[inline]
toGlobalTransform::mul_transform
.I'd say this resolves #5500
Migration Guide
Transform::mul_vec3
has been renamed totransform_point
.