nx_body_skin_boundary_gate_t345.nx
buildroot/runtime/nx_body_skin_boundary_gate_t345.nx
dependencies 2 imports · 0 importers
imports: nx_body_skin_cut.nxnx_gate_verdict.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 3 | func bcg_len(s:*u8)->i64{var n:i64=0;while s[n]!=0 as u8{n=n+1};return n} |
| 4 | func bcg_parse(s:*u8,j:*BgCutJoin,e:*i64)->i64{return bjc_recipe_parse(s,bcg_len(s),j,e)} |
| 5 | func bcg_clean(j:*BgCutJoin)->i64{return ((j.vertices as i64)==0&&(j.faces as i64)==0&&(j.normals as i64)==0&&j.reserved==0) as i64} called by 1: main |
| 6 | func main()->i64 |