mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-04 01:48:28 +00:00
Un-derive Copy
from SweptCurve
The `curve` field needs to become a `Box<dyn CurveGeometry>`, and that can't be `Copy`.
This commit is contained in:
parent
bca6367a35
commit
6b91b3e3ce
@ -1,6 +1,6 @@
|
||||
use fj_math::{Line, Point, Transform, Vector};
|
||||
|
||||
#[derive(Clone, Copy, Debug)]
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct SweptCurve {
|
||||
pub curve: Line<3>,
|
||||
pub path: Vector<3>,
|
||||
|
Loading…
Reference in New Issue
Block a user