From 40fcb5319c8bc7b2710f9f5ab13816ffaa39631c Mon Sep 17 00:00:00 2001 From: Kevin CHEN <33132228+KevinZonda@users.noreply.github.com> Date: Sat, 4 Sep 2021 16:22:27 +0100 Subject: Fix html table in Web/CSS/transform-function/rotate3d(), zh-CN (#2322) --- .../web/css/transform-function/rotate3d()/index.html | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/files/zh-cn/web/css/transform-function/rotate3d()/index.html b/files/zh-cn/web/css/transform-function/rotate3d()/index.html index 9eea1570ba..f9e046f02b 100644 --- a/files/zh-cn/web/css/transform-function/rotate3d()/index.html +++ b/files/zh-cn/web/css/transform-function/rotate3d()/index.html @@ -38,18 +38,20 @@ translation_of: Web/CSS/transform-function/rotate3d()
笛卡尔坐标 on ℝ2 | -齐次坐标 on ℝℙ2 | -笛卡尔坐标 on ℝ3 | -齐次坐标 on ℝℙ3 | +在ℝ2上的笛卡尔坐标 | +这种变换应用于3D空间,不可用于平面空间 | +
---|---|---|---|---|---|
在ℝℙ2上的齐次坐标 | |||||
这种变换应用于3D空间,不可用于平面空间 | +在ℝ3上的笛卡尔坐标 | ![]() |
+ |||
在ℝℙ3上的齐次坐标 | ![]() |