Trait e2rcore::interface::i_renderobj::ObjPos [] [src]

pub trait ObjPos {
    fn get_pos(&self) -> Mat3x1<f32>;
}

Required Methods

Implementors