Cached Rotation Matrix Drawing

Published 2023-06-12


Quick example of how you can save a sin/cos result for an angle, and then draw a whole rotated object with a bunch of drawing-API calls which all re-use the trig results.