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:
Hanno Braun 2025-04-08 11:24:49 +02:00
parent d6c6fe6085
commit a2e1118422

View File

@ -1,6 +1,5 @@
use fj_math::{Line, Point, Transform, Vector};
#[derive(Debug)]
pub struct SweptCurve {
pub curve: Line<3>,
pub path: Vector<3>,