Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 382 Bytes

File metadata and controls

9 lines (6 loc) · 382 Bytes

Transformations

All transformation functions but set-transform push a transformation matrix onto the current transform stack. To apply transformations scoped use the group or scope draw function.

Transformation matrices get multiplied in the following order:

$$ M_{\text{world}} = M_\text{world} \cdot M_\text{local} $$