Skip to main content

on-xy

on-xy() 

Draw elements on the xy-plane with optional z offset.

All vertices of all elements will be changed in the following way: (xyzargument)\begin{pmatrix} x \\ y \\ z_\text{argument}\end{pmatrix}, where zargumentz_\text{argument} is the z-value given as argument.

on-xy({
rect((-1, -1), (1, 1))
})

Default: 0

Z offset for all coordinates

Elements to draw