pub trait Position {
    fn pos(&self) -> [f32; 3];
}

Required Methods

Implementations on Foreign Types

Implementors