This commit is contained in:
Dimitri Sabadie 2023-09-23 15:40:58 +02:00
parent 2179c8300f
commit 1e70ab882c
No known key found for this signature in database

View File

@ -55,7 +55,7 @@ impl<T, V> Spline<T, V> {
spline.internal_sort();
spline
}
/// Clear the spline by removing all keys. Keeps the underlying allocated storage, so adding
/// new keys should be faster than creating a new [`Spline`]
#[inline]