Cell2D

val Cell2D: Array<Vector2>(source)

Represents a 2D array of pre-defined normalized Vector2 values often used in algorithms requiring pseudo-random or structured deterministic value sets.

Each Vector2 instance inside the array constitutes X and Y components that are normalized or constrained to a specific range.

This array may serve as a set of offsets, noise gradients, or lookup values for computational geometry, randomization, or procedural generation tasks.