Skip to content

Commit

Permalink
Tweak to doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mweatherley committed Mar 12, 2024
1 parent 56325a0 commit 8b8f7fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/bevy_transform/src/components/transform.rs
Original file line number Diff line number Diff line change
Expand Up @@ -406,8 +406,6 @@ impl Transform {
/// and its dorsal fin pointing in the Y-direction, then `align(Vec3::X, v, Vec3::Y, w)` will make the spaceship's
/// nose point in the direction of `v`, while the dorsal fin does its best to point in the direction `w`.
///
/// For a visual demonstration, see the 'align' example.
///
/// More precisely, the [`Transform::rotation`] produced will be such that:
/// * applying it to `main_axis` results in `main_direction`
/// * applying it to `secondary_axis` produces a vector that lies in the half-plane generated by `main_direction` and
Expand Down

0 comments on commit 8b8f7fb

Please sign in to comment.