nx_worldpipe_core.nx
buildroot/runtime/nx_worldpipe_core.nx
about
dependencies 4 imports · 28 importers
diagram shows first 10 each side; +0 more imports, +18 more importers in the complete lists below.
imports: nx_syscalls.nxnx_relief_lib.nxnx_itrig.nxnx_genp_allow_lib.nx
imported by: nx_craft_before_placement_t316.nxnx_movement_base_engine_t139.nxnx_wasm_craft.nxnx_wasm_craft_body_t137.nxnx_wasm_craft_contact_candidate.nxnx_wasm_craft_dunes_t70.nxnx_wasm_craft_gait_candidate.nxnx_wasm_craft_gait_candidate_t139.nxnx_wasm_craft_imported_body_t41.nxnx_wasm_craft_imported_body_t42.nxnx_wasm_craft_imported_body_t49.nxnx_wasm_craft_imported_t262.nxnx_wasm_craft_inspection_bounds_t181.nxnx_wasm_craft_inspection_distance_t218.nxnx_wasm_craft_inspection_t142.nxnx_wasm_craft_journal_index_t21.nxnx_wasm_craft_journal_index_t21_before_t44.nxnx_wasm_craft_lookup_candidate.nxnx_wasm_craft_move_t72.nxnx_wasm_craft_pre_inspection_t142.nxnx_wasm_craft_recovery_t20.nxnx_wasm_craft_relief_adopt_t143.nxnx_wasm_craft_residency_t44.nxnx_wasm_craft_turn_candidate_t139.nxnx_wasm_craft_visitors_canonical_t142.nxnx_wasm_craft_visitors_inspection_t142.nxnx_wasm_craft_visitors_t140.nxnx_worldpipe.nx
structs
| none |
consts
| 32 | const WP_MAGIC_1400: i64 = 1400 |
| 33 | const WP_MAGIC_3400: i64 = 3400 |
| 34 | const WP_MAGIC_2600: i64 = 2600 |
| 35 | const WP_MAGIC_2100: i64 = 2100 |
| 36 | const WP_MAGIC_1700: i64 = 1700 |
| 37 | const WP_MAGIC_1300: i64 = 1300 |
| 38 | const WP_MAGIC_2400: i64 = 2400 |
| 39 | const WP_MAGIC_9973: i64 = 9973 |
| 40 | const WP_MAGIC_524287: i64 = 524287 |
| 41 | const WP_MAGIC_1024: i64 = 1024 |
| 115 | const WP_HEIGHT_Q: i64 = 256 |
functions
| 50 | func wp_iabs(v: i64) -> i64 { if v < 0 { return 0-v } return v } |
| 51 | func wp_clamp(v: i64, lo: i64, hi: i64) -> i64 { if v<lo {return lo} if v>hi {return hi} return v } |
| 55 | func wp_param(x: i64, z: i64, k: i64) -> i64 |
| 70 | func wp_spline(c: i64) -> i64 |
| 82 | func wp_height_core(cont: i64, ero: i64, weird: i64, x: i64, z: i64) -> i64 |
| 92 | func wp_height_params(cont: i64, ero: i64, weird: i64, x: i64, z: i64) -> i64 |
| 97 | func wp_flow_h(x: i64, z: i64) -> i64 |
| 104 | func wp_height_raw(x: i64, z: i64) -> i64 |
| 116 | func wp_dune_wave_q(packed: i64, x: i64, z: i64, phase_seed: i64) -> i64 |
| 132 | func wp_dune_coast_q(relief: i64, inland: i64, wavelength: i64) -> i64 |
| 142 | func wp_dune_raw_delta(legacy: i64, base_q: i64, raised_q: i64) -> i64 |