From 9bf6693b2edd5281c1577856895c55653a41dc01 Mon Sep 17 00:00:00 2001 From: MDN Date: Sat, 19 Mar 2022 00:13:08 +0000 Subject: [CRON] sync translated content --- .../web/css/transform-function/matrix()/index.html | 58 ---------------------- 1 file changed, 58 deletions(-) delete mode 100644 files/pl/web/css/transform-function/matrix()/index.html (limited to 'files/pl/web/css/transform-function/matrix()') diff --git a/files/pl/web/css/transform-function/matrix()/index.html b/files/pl/web/css/transform-function/matrix()/index.html deleted file mode 100644 index 85a951052a..0000000000 --- a/files/pl/web/css/transform-function/matrix()/index.html +++ /dev/null @@ -1,58 +0,0 @@ ---- -title: matrix() -slug: Web/CSS/transform-function/matrix() -tags: - - CSS - - Funkcje CSS - - Referencje - - Transformacje CSS - - wymagaPrzykładu -translation_of: Web/CSS/transform-function/matrix() ---- -
{{CSSRef}}
- -

CSS-owa funkcja matrix() określa jednolitą macierz (matrix) transformacji 2D i składa się z sześciu określonych wartości. Wartości stałe tych macierzy są implementowane oraz nie działają jak parametry; pozostałe parametry są opisywane w porządku głównej kolumny.

- -

matrix(a, b, c, d, tx, ty) to shorthand dla matrix3d(a, b, 0, 0, c, d, 0, 0, 0, 0, 1, 0, tx, ty, 0, 1).

- -
Adnotacja: Od Firefoxa 16, Gecko akceptuje wartośc {{cssxref("<length>")}} dla tx oraz ty.
- -

Składnia

- -
matrix(a, b, c, d, tx, ty)
-
- -

Wartości

- -
-
a b c d
-
{{cssxref("<number>")}} opisują transformacje linearne.
-
tx ty
-
{{cssxref("<number>")}} opisują transformacje do zastosowania.
-
- - - - - - - - - - - - - - - - - - - - - -
Współrzędne kartezjańskie na ℝ2Współrzędne jednorodne na ℝℙ2Współrzędne kartezjańskie na ℝ3Współrzędne jednorodne na ℝℙ3
ac bd actxbdty001 actxbdty001 ac0txbd0ty00100001
[a b c d tx ty]
- -

Przykłady

- -

TBD

-- cgit v1.2.3-54-g00ecf