Trait runa_orbiter::utils::geometry::coords::CoordinateSpace
source · pub trait CoordinateSpace: Clone + Copy + Default + PartialEq + Eq + Debug { }
Expand description
A tag trait for coordinate spaces, sealed so that only the types defined in this module can implement it.