Trait adi_gpu_base::Point[][src]

pub trait Point {
    fn point(&self) -> Vec3;
}

Required Methods

Implementors