mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-31 12:01:54 +02:00
Automated build
This commit is contained in:
6
docs/zh-CN/index.html
generated
6
docs/zh-CN/index.html
generated
@@ -41,7 +41,7 @@
|
||||
<meta property="og:locale" content="zh-CN" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:published_time" content="2013-06-13T12:00:00+00:00" />
|
||||
<meta property="og:updated_time" content="2021-08-30T22:17:29+00:00" />
|
||||
<meta property="og:updated_time" content="2021-08-31T22:19:11+00:00" />
|
||||
<meta property="og:author" content="Mike 'Pomax' Kamermans" />
|
||||
<meta property="og:section" content="Bézier Curves" />
|
||||
<meta property="og:tag" content="Bézier Curves" />
|
||||
@@ -6303,8 +6303,8 @@ lli = function(line1, line2):
|
||||
of any chord, perpendicular to that chord, passes through the center of the circle.
|
||||
</p>
|
||||
<p>
|
||||
That means that if we have have three points on a circle, we have three (different) chords, and consequently, three (different) lines that
|
||||
go from those chords through the center of the circle: if we find two of those lines, then their intersection will be our circle's center,
|
||||
That means that if we have three points on a circle, we have three (different) chords, and consequently, three (different) lines that go
|
||||
from those chords through the center of the circle: if we find two of those lines, then their intersection will be our circle's center,
|
||||
and the circle's radius will—by definition!—be the distance from the center to any of our three points:
|
||||
</p>
|
||||
<graphics-element
|
||||
|
Reference in New Issue
Block a user