bevy/crates/bevy_math/src/curve
Rob Parrett b77e3ef33a
Fix a few typos (#17292)
# Objective

Stumbled upon a `from <-> form` transposition while reviewing a PR,
thought it was interesting, and went down a bit of a rabbit hole.

## Solution

Fix em
2025-01-10 22:48:30 +00:00
..
derivatives Refactor non-core Curve methods into extension traits (#16930) 2024-12-29 19:26:49 +00:00
adaptors.rs Remove Implicit std Prelude from no_std Crates (#17086) 2025-01-03 01:58:43 +00:00
cores.rs Fix a few typos (#17292) 2025-01-10 22:48:30 +00:00
easing.rs bevy_math: Apply #[deny(clippy::allow_attributes, clippy::allow_attributes_without_reason)] (#17091) 2025-01-02 18:47:36 +00:00
interval.rs Remove Implicit std Prelude from no_std Crates (#17086) 2025-01-03 01:58:43 +00:00
iterable.rs Add no_std Support to bevy_math (#15810) 2024-12-03 17:14:51 +00:00
mod.rs Remove Implicit std Prelude from no_std Crates (#17086) 2025-01-03 01:58:43 +00:00
sample_curves.rs Remove Implicit std Prelude from no_std Crates (#17086) 2025-01-03 01:58:43 +00:00