bevy/crates/bevy_math
Jannik Obermann 2bc71400d7 Fix CubicCurve::iter_samples iteration count (#8049)
# Objective

Fix `CubicCurve::iter_samples` iteration count.

## Solution

If I understand the function and the docs correctly, this should iterate
over `0..=subdivisions` instead of `0..subdivisions`.
For example: Now the iteration returns 3 points at `subdivisions = 2`,
as indicated in the documentation.
2023-03-31 13:33:58 -07:00
..
src Fix CubicCurve::iter_samples iteration count (#8049) 2023-03-31 13:33:58 -07:00
Cargo.toml Release 0.10.0 (#7919) 2023-03-06 03:53:02 +00:00