Expressions/pl: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)

9 January 2024

8 January 2024

15 December 2023

6 September 2023

5 September 2023

18 August 2023

  • curprev 06:1206:12, 18 August 2023Kaktus talk contribs 46,761 bytes +76 Created page with "{| class="wikitable" ! Funkcja / Operator ! Opis |- | {{incode|v1 + v2}} | Dodaj dwa wektory. |- | {{incode|v1 - v2}} | Odejmowanie dwóch wektorów. |- | {{incode|v * s}} | Jednolite skalowanie wektora przez {{incode|s}}. |- | {{incode|vangle(v1, v2)}} | Kąt między dwoma wektorami w stopniach. |- | {{incode|vcross(v1, v2)}} | Iloczyn krzyżowy dwóch wektorów <math>v_1 \times v_2</math>. |- | {{incode|v1 * v2}} | rowspan="2" | Iloczyn kropkowy dwóch wektorów <math>..."
  • curprev 06:0506:05, 18 August 2023Kaktus talk contribs 46,685 bytes +1 Created page with "Funkcje: {{Version/pl|0.22}}."
  • curprev 06:0506:05, 18 August 2023Kaktus talk contribs 46,684 bytes +35 Created page with "===Funkcje wektorów==="

17 August 2023

20 May 2023

30 April 2023

29 April 2023

8 April 2023

4 April 2023

23 March 2023

  • curprev 18:4018:40, 23 March 2023Kaktus talk contribs 44,629 bytes +7 Created page with "{| class="wikitable" ! Funkcja ! Opis |- | {{incode|minvert(m)}} | Oblicz [https://en.wikipedia.org/wiki/Invertible_matrix Inverse matrix]. |- | {{incode|mrotate(m; rotation)}} | rowspan="3" | [https://en.wikipedia.org/wiki/Transformation_matrix#Rotation_2 Rotate] przez: * {{incode|Rotation}} * oś ({{incode|Vector}}) i kąt ({{incode|Angle}} jednostkowy lub bezjednostkowy) * trzy kąty Eulera {{incode|α}}, {{incode|β}}, {{incode|γ}} |- | {{incode|mrotate(m; axis; ang..."
  • curprev 18:3318:33, 23 March 2023Kaktus talk contribs 44,622 bytes 0 Created page with "{{incode|Rotation}} oraz {{incode|Placement}} może być reprezentowana przez {{incode|Matrix}}. Poniższe funkcje przyjmują {{incode|Matrix}}, {{incode|Rotation}} lub {{incode|Placement}} jako pierwszy parametr, oznaczony w poniższej tabeli przez {{incode|m}}. Typ zwracanego obiektu jest taki sam jak obiekt podany w pierwszym argumencie, z wyjątkiem użycia {{incode|mtranslate}} na {{incode|Rotation}}, w którym to przypadku zwrócony zostanie {{incode|Placement}}."
  • curprev 18:3218:32, 23 March 2023Kaktus talk contribs 44,622 bytes +1 Created page with "Przykład: * {{incode|placement(vector(2; 1; 3); rotation(vector(0; 0; 1); 45))}} * {{incode|create(<<placement>>; create(<<vector>>; 2; 1; 2); create(<<rotation>>; create(<<vector>>; 0; 1; 0); 45))}} |- | {{incode|placement(base; rotation; center)}} |- | {{incode|placement(base; axis; angle)}} |- | {{incode|placement(matrix)}} |- | {{incode|create(<<placement>>; ...)}} |}"
  • curprev 18:3218:32, 23 March 2023Kaktus talk contribs 44,621 bytes +17 Created page with "Przykład: {{incode|matrix(1; 2; 3; 4; 5; 6; 7; 8; 9; 10; 11; 12; 13; 14; 15; 16)}} |- | {{incode|create(<<matrix>>; a<sub>11</sub>; a<sub>12</sub>; ...; a<sub>44</sub>)}} |- | rowspan="4" | {{incode|Rotation}} | {{incode|rotation(axis; angle)}} | rowspan="4" | Utwórz {{incode|Rotation}} określając jego {{incode|axis}}. ({{incode|Vector}}) i {{incode|angle}} ({{incode|Angle}} jednostkowy lub bezjednostkowy), lub trzy kąty Eulera. {{incode|α}}, {{incode|β}}, {{incod..."
  • curprev 18:2918:29, 23 March 2023Kaktus talk contribs 44,604 bytes +23 Created page with "{| class="wikitable" ! Typ ! Funkcja ! Opis |- | {{incode|Tuple}} | {{incode|tuple(a; b; ...)}} | Przykład: {{incode|tuple(2; 1; 2)}} |- | {{incode|List}} | {{incode|list(a; b; ...)}} | Przykład: {{incode|list(2; 1; 2)}} |- | rowspan="2" | {{incode|Vector}} | {{incode|vector(x; y; z)}} | rowspan="2" | Utwórz wektor używając trzech wartości jednostkowych bez jednostek lub {{incode|Długości}}. Przykład: {{incode|vector(2; 1; 3)}} |- | {{incode|creat..."

22 March 2023

(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)