6 comments

  • Isamu1 day ago
    The four-centered arch is another one that you see a lot of<p><a href="https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;Four-centred_arch" rel="nofollow">https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;Four-centred_arch</a>
  • dfox1 day ago
    Interesting contrast to this is that most modern vector 2D graphics API use PostScript&#x2F;PDF drawing model that cannot represent exact circles and elipses and these are instead interpolated by a bunch of bezier curve segments.
    • ttd16 hours ago
      Bezier curves (the regular kind) cannot represent circles and ellipses, this is true. However, <i>rational</i> Bezier curves can [1]. I don&#x27;t know if PostScript has a rational Bezier primitive, but some drawing libraries do. A prominent example of a library that does is Skia, the rendering engine behind Chrome and Android.<p>[1] - e.g. <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;B%C3%A9zier_curve#Rational_B%C3%A9zier_curves" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;B%C3%A9zier_curve#Rational_B%C...</a>
    • fluoridation1 day ago
      I don&#x27;t think that&#x27;s true. Drawing Bezier curves is not any easier than drawing ellipses, and in fact I&#x27;m pretty sure it&#x27;s even more difficult. If someone wants to approximate an ellipse the easiest solution is to just draw a bunch of short segments.
    • brulard1 day ago
      Can you provide examples? I have not seen an API not to support circles and arcs. SVG is AFAIK the most common API, you have there circles, arcs, ellipsis, quadratic and cubic beziers etc.
      • LegionMammal97816 hours ago
        At least the PostScript variant used in PDF 1.7 only supports straight lines and cubic Bézier curves as path segments [0]. You may be able to hack together true circular disks using round line caps and joins.<p>[0] <a href="https:&#x2F;&#x2F;opensource.adobe.com&#x2F;dc-acrobat-sdk-docs&#x2F;pdfstandards&#x2F;PDF32000_2008.pdf#page=140" rel="nofollow">https:&#x2F;&#x2F;opensource.adobe.com&#x2F;dc-acrobat-sdk-docs&#x2F;pdfstandard...</a>, sec. 8.5.2, &quot;Path Construction Operators&quot;
  • notslow1 day ago
    Heh, this would have been super helpful last summer as were nearing completion on the construction of our new home. We have an elliptical arch in our front portico that the carpenter was having trouble getting right...
    • mauvehaus1 day ago
      I&#x27;m a little surprised that your architect didn&#x27;t include layout information for the carpenters in their drawings. The whole point of the drawings is to enable the builder to faithfully reproduce the design, after all.
      • nluken1 day ago
        I&#x27;m not sure if it applies to the original commenter&#x27;s situation but in many places, especially in the US, you don&#x27;t need an architect to build a new home beyond rubber stamping some documents on file with the town, and sometimes that&#x27;s not even required.<p>It&#x27;s one of the reasons a lot of residential development, especially suburban development of the last 40 years, looks as bad as it does. Little to no architectural thought goes into many new homes beyond what&#x27;s easiest to build.
        • mauvehaus1 day ago
          I was kind of hoping that if you have an elliptical (or false elliptical) arch that there was an architect involved at some point.<p>I grew up in an area with a lot of corn field subdivisions and McMansions. They tend to have a lot of volume&#x2F;floor space and incredibly poor detailing. On the one hand, I find it hard to believe that anyone building such a big, cheap (at least in the details sense) home on spec would include an elliptical arch. On the other hand, the kinds of contractors that put them up would likely be the kind that struggled to execute such a design element.<p>I say this having just been very humbled putting up crown in a bathroom. People tell me it looks great, and I reply that it had sure better considering the two weeks of evenings that went into putting it up!
        • alabastervlog1 day ago
          I&#x27;ve found that absurd, gibberish rooflines, and weird, uneven jutting-out bits everywhere, plus garages shoved way out in front (?WHY?) <i>do</i> make the houses look bigger, which may be desirable for a builder.<p>I&#x27;ve shopped for houses a lot, and after &quot;training&quot; mostly on typical &#x27;80s+ suburban houses, noticed that when looking at older houses with saner, calmer designs, I&#x27;d have to add 500-1,000(!)sqft to my first-impression guesses at their size to get close, while I&#x27;d gotten pretty good at guessing the &quot;McMansion&quot; and mini-McMansion style. The older designs don&#x27;t look as big, at the same size.
  • brulard23 hours ago
    Don&#x27;t these ovals suffer from the problems of g1 continuity, like for example ugly reflections if such an oval is made into a 3D reflective object? The reflections getting suddenly tighter where arcs connect. Or is it not noticeable if enough arcs are used?
  • dzdt1 day ago
    Why is it that a constant curvature is preferable for a builder? Is it that construction forms etc are fabricated basically by compass and straightedge still?
    • As the author puts it [0], the issue is that if you expand or contract an ellipse by a fixed radius in every direction (e.g., if you create inner and outer walls for an elliptical corridor of constant width), then the resulting curve is no longer an ellipse. In contrast, piecewise-circular arcs can be expanded or contracted and remain piecewise-circular, though the control points will shift around as you transform it.<p>[0] <a href="https:&#x2F;&#x2F;medium.com&#x2F;@brunopostle&#x2F;hey-ovals-are-better-than-ellipses-for-buildings-e8de4a9ae7b4" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;@brunopostle&#x2F;hey-ovals-are-better-than-el...</a>
    • dfox1 day ago
      If you want the resulting geometry to be precise you are pretty much limited to equivalent of compass and straightedge (or well, in mechanical engineering lathe and mill, which are basically the same things). if you start somehow calculating the geometry you are limited by precision of the calculation, but more importantly by precision of measuring distances you can achieve.
  • memco1 day ago
    Did I miss where an actual oval is explained in this method? I assume it is just drawing the same arc upside down but wanted to be sure there isn’t a follow up post or something.
    • mauvehaus1 day ago
      Yeah, they&#x27;re symmetrical. You use the three-center method doing isometric drawings by hand all the time. The second side is a mirror image of the first.