Functions§
- flux_
constraint_ check - Count how many constraints are violated: values[i] > bounds[i]
- flux_
deadband_ filter - Deadband filter: return value if |value - baseline| > threshold, else baseline
- flux_
eisenstein_ norm - Eisenstein integer norm: |a + bω|² = a² - ab + b²
- flux_
holonomy_ check - Holonomy check: sum of transforms should be identity (zero for our encoding)
- flux_
is_ rigid - Check if (vertices, edges) satisfies Laman rigidity condition
- flux_
laman_ edges - Laman graph edges: 2n - 3 for n >= 2
- flux_
manhattan_ distance - Manhattan (L1) distance between two integer vectors
- flux_
pythagorean48_ encode - Pythagorean 48-cell encoding: maps (x,y) to a lattice index
- flux_
spline_ interpolate - Simple linear interpolation along control points at parameter t ∈ [0,1]