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() - + - - - - + + + + + - - - + + + + -- cgit v1.2.3-54-g00ecf
笛卡尔坐标 on ℝ2齐次坐标 on ℝℙ2笛卡尔坐标 on ℝ3齐次坐标 on ℝℙ3在ℝ2上的笛卡尔坐标这种变换应用于3D空间,不可用于平面空间
在ℝℙ2上的齐次坐标
这种变换应用于3D空间,不可用于平面空间在ℝ3上的笛卡尔坐标 1+(1-cos(a))(x2-1)z·sin(a)+xy(1-cos(a))-y·sin(a)+xz·(1-cos(a))-z·sin(a)+xy·(1-cos(a))1+(1-cos(a))(y2-1)x·sin(a)+yz·(1-cos(a))ysin(a) + xz(1-cos(a))-xsin(a)+yz(1-cos(a))1+(1-cos(a))(z2-1)t0001
在ℝℙ3上的齐次坐标