Global Transformation - Rotate by 45s

edited January 2018 in General

I would like to be able to do global transformation by 45 degrees (or 135 degrees, etc.) Is there a way?

On inspecting wafer maps, we sometimes have notch aligned at 45 degree (2-3 oclock) and sometimes at 6 oclock, depending on the process step.

Comments

  • edited November -1
    I think this is what you are looking for:

    transformation = RBA::ICplxTrans::new(scale, rot_angle, flip, RBA::Point::new(new_x / dbu, new_y / dbu))
Sign In or Register to comment.