diff --git a/docs/index.html b/docs/index.html
index 0b16bc14..4c180d02 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -38,7 +38,7 @@
-
+
@@ -133,7 +133,7 @@
- English
- 日本語 (24%)
- - 中文 (35%)
+ - 中文 (37%)
- Русский (24%)
- Українська (2%)
- 한국어 (9%)
diff --git a/docs/ja-JP/index.html b/docs/ja-JP/index.html
index 9910c928..70e2d3e1 100644
--- a/docs/ja-JP/index.html
+++ b/docs/ja-JP/index.html
@@ -41,7 +41,7 @@
-
+
@@ -136,7 +136,7 @@
- English
- 日本語 (24%)
- - 中文 (35%)
+ - 中文 (37%)
- Русский (24%)
- Українська (2%)
- 한국어 (9%)
diff --git a/docs/ko-KR/index.html b/docs/ko-KR/index.html
index 5ab7a494..aa6ba701 100644
--- a/docs/ko-KR/index.html
+++ b/docs/ko-KR/index.html
@@ -43,7 +43,7 @@
-
+
@@ -138,7 +138,7 @@
- English
- 日本語 (24%)
- - 中文 (35%)
+ - 中文 (37%)
- Русский (24%)
- Українська (2%)
- 한국어 (9%)
diff --git a/docs/news/2020-09-18.html b/docs/news/2020-09-18.html
index 1d9610f1..e8612606 100644
--- a/docs/news/2020-09-18.html
+++ b/docs/news/2020-09-18.html
@@ -34,7 +34,7 @@
-
+
diff --git a/docs/news/2020-11-22.html b/docs/news/2020-11-22.html
index 0074ffdf..9a4a5fa1 100644
--- a/docs/news/2020-11-22.html
+++ b/docs/news/2020-11-22.html
@@ -34,7 +34,7 @@
-
+
diff --git a/docs/news/index.html b/docs/news/index.html
index c15763a8..42f42c3b 100644
--- a/docs/news/index.html
+++ b/docs/news/index.html
@@ -33,7 +33,7 @@
-
+
diff --git a/docs/news/rss.xml b/docs/news/rss.xml
index a7dec439..9233e0c4 100644
--- a/docs/news/rss.xml
+++ b/docs/news/rss.xml
@@ -6,7 +6,7 @@
News updates for the primer on Bézier Curves by Pomax
en-GB
- Tue Aug 15 2023 15:28:19 +00:00
+ Wed Feb 28 2024 17:22:37 +00:00
https://pomax.github.io/bezierinfo/images/og-image.png
A Primer on Bézier Curves
diff --git a/docs/ru-RU/index.html b/docs/ru-RU/index.html
index 8269a88b..5c31124e 100644
--- a/docs/ru-RU/index.html
+++ b/docs/ru-RU/index.html
@@ -34,7 +34,7 @@
-
+
@@ -126,7 +126,7 @@
- English
- 日本語 (24%)
- - 中文 (35%)
+ - 中文 (37%)
- Русский (24%)
- Українська (2%)
- 한국어 (9%)
diff --git a/docs/uk-UA/index.html b/docs/uk-UA/index.html
index bf78b06d..920b03d3 100644
--- a/docs/uk-UA/index.html
+++ b/docs/uk-UA/index.html
@@ -39,7 +39,7 @@
-
+
@@ -131,7 +131,7 @@
- English
- 日本語 (24%)
- - 中文 (35%)
+ - 中文 (37%)
- Русский (24%)
- Українська (2%)
- 한국어 (9%)
diff --git a/docs/zh-CN/index.html b/docs/zh-CN/index.html
index e4c30461..fd0e437c 100644
--- a/docs/zh-CN/index.html
+++ b/docs/zh-CN/index.html
@@ -35,7 +35,7 @@
-
+
@@ -127,7 +127,7 @@
- English
- 日本語 (24%)
- - 中文 (35%)
+ - 中文 (37%)
- Русский (24%)
- Українська (2%)
- 한국어 (9%)
@@ -219,7 +219,7 @@
- 什么构成了贝塞尔曲线?
- 贝塞尔曲线的数学原理
- 控制贝塞尔的曲率
- - Controlling Bézier curvatures, part 2: Rational Béziers
+ - 控制贝塞尔曲线的曲率,第二部分:有理贝塞尔
- 贝塞尔区间[0,1]
- 用矩阵运算来表示贝塞尔曲率
- de Casteljau's 算法
@@ -1126,13 +1126,12 @@ function Bezier(3,t,w[]):
- We can further control Bézier curves by "rationalising" them: that is, adding a "ratio" value in addition to the weight value discussed in
- the previous section, thereby gaining control over "how strongly" each coordinate influences the curve.
+ 我们可以通过“有理化”来进一步控制贝塞尔曲线,即,除了在上一小节中讨论的权重外,还通过添加“比率”参数来调节每个控制点对曲线影响的“强度”。
- Adding these ratio values to the regular Bézier curve function is fairly easy. Where the regular function is the following:
+ 常规的贝塞尔曲线函数表达式如下: