Skip to main content

on-xz

on-xz() 

Draw elements on the xz-plane with optional y offset.

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

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

Default: 0

Y offset for all coordinates

Elements to draw