mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-06 19:08:28 +00:00
Un-derive Debug
from SweptCurve
This is going to make the next step easier. It can be added back (then probably as a manual implementation) as needed.
This commit is contained in:
parent
d6c6fe6085
commit
a2e1118422
@ -1,6 +1,5 @@
|
|||||||
use fj_math::{Line, Point, Transform, Vector};
|
use fj_math::{Line, Point, Transform, Vector};
|
||||||
|
|
||||||
#[derive(Debug)]
|
|
||||||
pub struct SweptCurve {
|
pub struct SweptCurve {
|
||||||
pub curve: Line<3>,
|
pub curve: Line<3>,
|
||||||
pub path: Vector<3>,
|
pub path: Vector<3>,
|
||||||
|
Loading…
Reference in New Issue
Block a user