Skip to main content

on-yz

on-yz() 

Draw elements on the yz-plane with optional x offset.

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

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

Default: 0

X offset for all coordinates

Elements to draw