Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bloom-Engine/engine
/ bloom_pick_hit_distance
Function
bloom_pick_hit_distance
native/web/src/lib.rs:1715–1717 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1713
1714
#[wasm_bindgen]
1715
pub fn bloom_pick_hit_distance() -> f64 {
1716
unsafe { LAST_PICK.as_ref().map(|r| r.distance as f64).unwrap_or(0.0) }
1717
}
1718
1719
#[wasm_bindgen]
1720
pub fn bloom_pick_hit_x() -> f64 {
Callers
1
pickScene
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected