pub fn project( env: &mut Environment, row: i64, col: i64, center: Complex, size: Complex, ) -> Result<Complex, String>
Project the given pixel onto the underlying axes, using the provided center and size.