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