Home
last modified time | relevance | path

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

/tools/netsim/rust/daemon/src/
Dranging.rs88 pub struct Pose { struct
93 impl Pose { implementation
113 pub fn compute_range_azimuth_elevation(a: &Pose, b: &Pose) -> anyhow::Result<(f32, i16, i8)> { in compute_range_azimuth_elevation()