Trait veloren_common::terrain::CoordinateConversions
source · pub trait CoordinateConversions {
// Required methods
fn wpos_to_cpos(&self) -> Self;
fn cpos_to_wpos(&self) -> Self;
fn cpos_to_wpos_center(&self) -> Self;
}
Required Methods§
fn wpos_to_cpos(&self) -> Self
fn cpos_to_wpos(&self) -> Self
fn cpos_to_wpos_center(&self) -> Self
Object Safety§
This trait is not object safe.