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