mirror of
https://github.com/bevyengine/bevy
synced 2024-11-26 14:40:19 +00:00
f201a9df39
# 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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |