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