Update comment

This commit is contained in:
Hanno Braun 2024-08-15 19:57:22 +02:00
parent 7622a9b91f
commit df4ccd1581

View File

@ -43,8 +43,8 @@ impl SweepSurfacePath for Path<2> {
match u { match u {
Path::Circle(_) => { Path::Circle(_) => {
// Sweeping a `Curve` creates a `Surface`. The u-axis of that // Sweeping a `Curve` creates a `Surface`. The u-axis of that
// `Surface` is a `GlobalPath`, which we are computing below. // `Surface` is a `Path<3>`, which we are computing below. That
// That computation might or might not work with an arbitrary // computation might or might not work with an arbitrary
// surface. Probably not, but I'm not sure. // surface. Probably not, but I'm not sure.
// //
// What definitely won't work, is computing the bottom edge of // What definitely won't work, is computing the bottom edge of