[][src]Trait ruautd_framework::geometry::Geometry

pub trait Geometry {
    fn num_devices(&self) -> usize;
fn position(&self, transducer_id: usize) -> Vector3;
fn direction(&self, transducer_id: usize) -> Vector3; }

Geometry contains the position and direction of the AUTD device, that is, the position and direction of all the transducers that make up the AUTD.

Required methods

fn num_devices(&self) -> usize

fn position(&self, transducer_id: usize) -> Vector3

fn direction(&self, transducer_id: usize) -> Vector3

Loading content...

Implementors

Loading content...