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: , where is the x-value given as argument.
on-yz({
rect((-1, -1), (1, 1))
})
on-yz()
Draw elements on the yz-plane with optional x offset.
All vertices of all elements will be changed in the following way: , where is the x-value given as argument.
on-yz({
rect((-1, -1), (1, 1))
})