nx_pose_skeleton_gate.nx
buildroot/runtime/nx_pose_skeleton_gate.nx
about
nx_pose_skeleton_gate.nx -- gate for the skeleton posture geometry (nx_pose_skeleton). Synthetic skeletons
(neck=0, lhip=1, rhip=2) prove upright/horizontal/inverted/unknown + midpoint + compactness.
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_pose_skeleton.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
| 6 | func gp(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return sys_write(1, s, n) } |
| 7 | func gn(v: i64) -> i64 |
| 17 | func main(argc: i64, argv: *i64) -> i64 |