TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Bridges, String art, and Bezier Curves

30 pointsby akgalmost 13 years ago

4 comments

mistercowalmost 13 years ago
Incidentally, the "rotated parabola" representation of quadratic bezier curves can be extremely useful when writing highly optimized code, as it lends itself to closed form solutions in some situations where the parametric representation does not.
评论 #4118131 未加载
akgalmost 13 years ago
The book "Architectural Geometry" <a href="http://www.amazon.com/gp/product/193449304X/103-2668819-9693439" rel="nofollow">http://www.amazon.com/gp/product/193449304X/103-2668819-9693...</a> is a fantastic read with plenty of nice geometric insights.
tylerneylonalmost 13 years ago
There's a generalization of this problem where we consider the set of all lines between (a, 0) and (0, b) with<p>||(a, b)||_p = 1<p>as in the Lp norm; and ask, what curve is produced (as their boundary) ?<p>And the answer has the nice form: The set of points (x,y) which satisfy<p>||(x, y)||_q = 1<p>where q = p / (p+1) [which can be written as 1/q - 1/p = 1.]<p>This is written up as the solution to a puzzle here:<p><a href="http://fridaypuzzl.es/?p=187" rel="nofollow">http://fridaypuzzl.es/?p=187</a><p>and if you love puzzles, try to forget what you just read, and here is the puzzle:<p><a href="http://fridaypuzzl.es/?p=180" rel="nofollow">http://fridaypuzzl.es/?p=180</a>
leeoniyaalmost 13 years ago
reminds me of the exhibits at the Saint Louis Arch <a href="http://www.dzre.com/alex/slarch/" rel="nofollow">http://www.dzre.com/alex/slarch/</a> and <a href="http://www.sciencefriday.com/video/04/23/2009/how-the-arch-got-its-shape.html" rel="nofollow">http://www.sciencefriday.com/video/04/23/2009/how-the-arch-g...</a>