Open main menu
Home
Random
Log in
Settings
About ZCubes Wiki
Disclaimers
ZCubes Wiki
Search
Changes
← Older edit
Array.nodeindex()
(view source)
Revision as of 03:53, 2 February 2020
432 bytes added
,
03:53, 2 February 2020
no edit summary
Line 4:
Line 4:
These functions operate on array locations and values to create contours and other interesting operations.
These functions operate on array locations and values to create contours and other interesting operations.
+
[[Array Indices and XY Functions]]
[[Array Indices and XY Functions]]
Line 11:
Line 12:
Same as [[Array.indices()]] but intended to get the nodeindex only.
Same as [[Array.indices()]] but intended to get the nodeindex only.
+
+
+
MAGICSQUARE(3).nodeindex()
+
+
{| class="wikitable"|-
+
|
+
{| class="wikitable"|-
+
| 0 || 0
+
|}
+
||
+
{| class="wikitable"|-
+
| 0 || 1
+
|}
+
||
+
{| class="wikitable"|-
+
| 0 || 2
+
|}
+
+
|-
+
|
+
{| class="wikitable"|-
+
| 1 || 0
+
|}
+
||
+
{| class="wikitable"|-
+
| 1 || 1
+
|}
+
||
+
{| class="wikitable"|-
+
| 1 || 2
+
|}
+
+
|-
+
|
+
{| class="wikitable"|-
+
| 2 || 0
+
|}
+
||
+
{| class="wikitable"|-
+
| 2 || 1
+
|}
+
||
+
{| class="wikitable"|-
+
| 2 || 2
+
|}
+
+
|}
Joseph
Administrators
, writer
2,824
edits