mirror of
https://github.com/lisk77/comet.git
synced 2025-12-12 17:18:50 +00:00
chore(math): remove warnings
This commit is contained in:
parent
81bc1cb790
commit
a2715eafab
8 changed files with 30 additions and 33 deletions
|
|
@ -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> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue