Skip to main content

map_point

Function map_point 

Source
pub fn map_point(
    agent_x: i32,
    agent_y: i32,
    screen: &ScreenInfo,
) -> Result<(i32, i32)>