Home
last modified time | relevance | path

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

/tools/netsim/rust/netsim-cxx/src/devices/
Ddevices_handler.rs164 fn distance(a: &ProtoPosition, b: &ProtoPosition) -> f32 { in distance()
169 pub fn get_distance(id: DeviceIdentifier, other_id: DeviceIdentifier) -> f32 { in get_distance()
226 fn new_with_xyz(x: f32, y: f32, z: f32) -> ProtoPosition { in new_with_xyz()
/tools/netsim/rust/netsim-cli/src/
Drequests.rs187 fn get_expected_move(name: &str, x: f32, y: f32, z: Option<f32>) -> BinaryProtobuf { in get_expected_move()