Prepare for follow-on change

This commit is contained in:
Hanno Braun 2025-04-25 11:52:46 +02:00
parent cd569c7c71
commit 6aa2f35be2

View File

@ -28,7 +28,7 @@ impl AnchoredCurve {
let line = Line::from_origin_and_direction(origin, direction);
Self {
origin: line.origin(),
origin,
floating: Box::new(line),
}
}