[][src]Trait rust_tower_defense::geometry::Location

pub trait Location {
    fn get_center_point(&self) -> Point;
}

Required methods

fn get_center_point(&self) -> Point

Loading content...

Implementors

impl Location for GameEntity[src]

Loading content...