Skip to main content

ObjPos

Trait ObjPos 

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

Required Methods§

Source

fn get_pos(&self) -> Mat3x1<f32>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§