OPEN-SOURCE SCRIPT
מעודכן

Function: Multi Dimension Indexer

Description:
A Function that returns the flat index of a N dimensions array.

Inputs:
_indices: Array containing dimension indices.¹
_limits: Array containing dimension size.¹

Note:
¹: _indices and _limits size must match. indices must be within dimension size.

Outputs:
_offset: the flat 1D index.

Resources:
eli.thegreenplace.net/2015/memory-layout-of-multi-dimensional-arrays
הערות שחרור
added functions for 2d/3d for lightweight indexing, better examples.
הערות שחרור
removed some extra redundant stuff.

כתב ויתור