11-modules/lib/vectors
Source: examples/11-modules/lib/vectors.metta
Imports
This module has no imports.
Symbols
| Symbol | Kind | Type |
|---|---|---|
vec-len-sq | function | (-> Number Number Number) |
Functions
vec-len-sq
Kind: function
metta
(: vec-len-sq (-> Number Number Number))The squared length of a 2D vector — kept squared to stay integer-friendly.
Source: examples/11-modules/lib/vectors.metta:12