Skip to content

Commit

Permalink
Typos fixes and cleanup in curves release notes (#1848)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTheCoolingFan authored Nov 25, 2024
1 parent 6fc4724 commit 6026b22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
The new [`Curve<T>`] trait provides a shared interface for curves, describing how values of type `T` change as we vary a `f32` parameter `t` over some domain.

What's changing, and the domain that it's changing *over* are both incredibly flexible.
You might choose to set `T` to store anything from position, to damage to colors (like we did to create) a powerful abstraction for [color gradients](https://docs.rs/bevy/0.15.0/bevy/color/struct.ColorCurve.html).
You might choose to set `T` to store anything from position, to damage to colors (like we did to create a powerful abstraction for [color gradients](https://docs.rs/bevy/0.15.0/bevy/color/struct.ColorCurve.html)).

As we vary the progress parameter `t`, we could be representing time (like for animation),
or something like distance as for curves that are mapped into 2D or 3D space,
Expand Down

0 comments on commit 6026b22

Please sign in to comment.