mirror of
https://github.com/hannobraun/Fornjot
synced 2025-08-17 06:36:05 +00:00
Update comment
This commit is contained in:
parent
7622a9b91f
commit
df4ccd1581
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user