Trait krakel::KDPoint

source ·
pub trait KDPoint<P: PointTrait> {
    // Required methods
    fn get_coordinate(&self, index: usize) -> P::PScalar;
    fn set_coordinate(&mut self, index: usize, value: P::PScalar);
}

Required Methods§

source

fn get_coordinate(&self, index: usize) -> P::PScalar

source

fn set_coordinate(&mut self, index: usize, value: P::PScalar)

Implementors§