Prepare for follow-on change

This commit is contained in:
Hanno Braun 2025-04-28 13:02:54 +02:00
parent 189bd7caf0
commit f0a86bee8c

View File

@ -119,6 +119,7 @@ impl CurveGeometry for Circle<3> {
let circle = self;
let circle = circle.transform(&Transform::translation(offset));
Box::new(circle)
}