Skip to content

Add note about rotations for Aabb3d#12315

Merged
james7132 merged 1 commit intobevyengine:mainfrom
Jondolf:fix-aabb3d-rotation-docs
Mar 5, 2024
Merged

Add note about rotations for Aabb3d#12315
james7132 merged 1 commit intobevyengine:mainfrom
Jondolf:fix-aabb3d-rotation-docs

Conversation

@Jondolf
Copy link
Copy Markdown
Contributor

@Jondolf Jondolf commented Mar 5, 2024

Objective

Fixes #12310.

#11681 added transformations for bounding volumes, but I accidentally only added a note in the docs about repeated rotations for Aabb2d and not Aabb3d.

Solution

Copy the docs over to Aabb3d.

@Jondolf Jondolf added C-Docs An addition or correction to our documentation A-Math Fundamental domain-agnostic mathematical operations labels Mar 5, 2024
Copy link
Copy Markdown
Contributor

@NthTensor NthTensor left a comment

Choose a reason for hiding this comment

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

Thank you!

@james7132 james7132 added this pull request to the merge queue Mar 5, 2024
Merged via the queue into bevyengine:main with commit 4bed1b2 Mar 5, 2024
@Jondolf Jondolf deleted the fix-aabb3d-rotation-docs branch March 5, 2024 18:09
spectria-limina pushed a commit to spectria-limina/bevy that referenced this pull request Mar 9, 2024
# Objective

Fixes bevyengine#12310.

bevyengine#11681 added transformations for bounding volumes, but I accidentally
only added a note in the docs about repeated rotations for `Aabb2d` and
not `Aabb3d`.

## Solution

Copy the docs over to `Aabb3d`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-Math Fundamental domain-agnostic mathematical operations C-Docs An addition or correction to our documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add note about transforming 3D bounding volumes

3 participants