bevy/crates/bevy_math/src/curve
Matty 8a655e4d27
Add module-level docs for Curve (#15905)
# Objective

Improve the average user's ability to understand what the heck is going
on with the Curve API.

## Solution

I wrote some docs. I doubt these are perfect; I'm probably far too close
to this for that to be the case. :)
2024-10-15 02:45:45 +00:00
..
adaptors.rs Improve PhantomData held by curve adaptors (#15881) 2024-10-13 17:06:21 +00:00
cores.rs Remove thiserror from bevy_math (#15769) 2024-10-09 14:23:23 +00:00
easing.rs remove the interpolation dependency from bevy_math (#15748) 2024-10-08 22:18:25 +00:00
interval.rs Remove thiserror from bevy_math (#15769) 2024-10-09 14:23:23 +00:00
iterable.rs Curve-based animation (#15434) 2024-09-30 19:56:55 +00:00
mod.rs Add module-level docs for Curve (#15905) 2024-10-15 02:45:45 +00:00
sample_curves.rs Eliminate redundant clamping from sample-interpolated curves (#15620) 2024-10-03 18:26:41 +00:00