chore(math): remove warnings

This commit is contained in:
lisk77 2025-11-02 14:50:00 +01:00
parent 81bc1cb790
commit a2715eafab
8 changed files with 30 additions and 33 deletions

View file

@ -1,4 +1,4 @@
use crate::{InnerSpace, Point};
use crate::InnerSpace;
/// Representation of a Bezier curve of degree n in any (2-4) dimensions.
pub struct Bezier<V: InnerSpace> {