Home
last modified time | relevance | path

Searched defs:f32 (Results 1 – 4 of 4) sorted by relevance

/tools/netsim/rust/daemon/src/
Dranging.rs57 fn checked_div(num: f32, den: f32) -> Option<f32> { in checked_div()
64 fn azimuth(delta: Vec3) -> f32 { in azimuth()
77 fn elevation(delta: Vec3) -> f32 { in elevation()
95 pub fn new(x: f32, y: f32, z: f32, yaw: f32, pitch: f32, roll: f32) -> Self { in new()
113 pub fn compute_range_azimuth_elevation(a: &Pose, b: &Pose) -> anyhow::Result<(f32, i16, i8)> { in compute_range_azimuth_elevation()
Dffi.rs206 fn get_distance_cxx(a: u32, b: u32) -> f32; in get_distance_cxx()
/tools/netsim/rust/cli/src/
Drequests.rs476 x: f32, in get_expected_move()
477 y: f32, in get_expected_move()
478 z: Option<f32>, in get_expected_move()
/tools/netsim/rust/daemon/src/devices/
Ddevices_handler.rs563 fn distance(a: &ProtoPosition, b: &ProtoPosition) -> f32 { in distance()
568 fn get_distance(id: &ChipIdentifier, other_id: &ChipIdentifier) -> Result<f32, String> { in get_distance()
588 pub fn get_distance_cxx(a: u32, b: u32) -> f32 { in get_distance_cxx()
954 fn new_position(x: f32, y: f32, z: f32) -> ProtoPosition { in new_position()
958 fn new_orientation(yaw: f32, pitch: f32, roll: f32) -> ProtoOrientation { in new_orientation()