project

Function project 

Source
pub fn project(
    env: &mut Environment,
    row: i64,
    col: i64,
    center: Complex,
    size: Complex,
) -> Result<Complex, String>
Expand description

Project the given pixel onto the underlying axes, using the provided center and size.