code wiki / _hdl_build / nx_explodelab_meshes_gate.nx

nx_explodelab_meshes_gate.nx

buildroot/runtime/_hdl_build/nx_explodelab_meshes_gate.nx

5453 B127 linesdepth 4pulls 4 transitivereach 0 importersview sourcekind gate/prooftopic explodelab
docsdependenciesstructsconstsfunctions

about

nx_explodelab_meshes_gate.nx -- gate the GENERATED real-geometry module for /explodelab: each kind loads into the ex3 world (viewer caps 4096v/8192t), counts match the baked tables, coords fit the viewer's world scale (|v| <= 3400), TRUE dims table exact (nut 20x15x3mm / 787 thou; rod 7874 thou), all 5 parts together fit the caps with instance headroom, deterministic. expect_exit: 0 license_tier: ORIGINAL

dependencies 1 imports · 0 importers

nx_explodelab_meshes.nx nx_explodelab_meshes_gate.nx

imports: nx_explodelab_meshes.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main mg2_puts mg2_world ex3_init ex3_part_begin ex3_isqrt exm_load exm_k1 exm_k1_v0 ex3_vert exm_k1_t0 ex3_tri exm_k2 exm_k2_v0 ex3_vert ↻ exm_k2_v1 ex3_vert ↻ exm_k2_t0 ex3_tri ↻ exm_k2_t1 ex3_tri ↻ exm_k3 exm_k3_v0 ex3_vert ↻ exm_k3_t0 ex3_tri ↻ exm_k4 exm_k4_v0 ex3_vert ↻ exm_k4_v1 ex3_vert ↻ exm_k4_v2 ex3_vert ↻ exm_k4_v3 ex3_vert ↻ exm_k4_t0 ex3_tri ↻ exm_k4_t1 ex3_tri ↻ exm_k4_t2

structs

none

consts

none

functions

7func mg2_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 }
8func mg2_putn(v: i64) -> i64
called by 1: main calls 1: mg2_puts
21func mg2_tooth(name: *u8, pass: i64, fails: *i64) -> i64
called by 1: main calls 1: mg2_puts
28func mg2_world(e: *i64) -> i64
called by 1: main calls 1: ex3_init
40func main() -> i64