Trait ami::Pos [] [src]

pub trait Pos {
    fn posf(&self) -> Vec3<f32>;
fn posi(&self) -> Vec3<i32>; }

Pos trait allows point lookup by handle

Required Methods

Position as float

Position as int

Implementors