q5play
    Preparing search index...

    Function popMatrix

    • 🦋 Restores the previously saved transformation matrix.

      Returns void

      await Canvas(200);
      background(0.8);

      pushMatrix();
      rotate(QUARTER_PI);
      ellipse(0, 0, 120, 40);
      popMatrix();

      ellipse(0, 0, 120, 40);