on-zy
on-zy()
Draw elements on the zy-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.
ortho({
on-zy({
rect((-1, -1), (1, 1))
})
})
on-zy()
Draw elements on the zy-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.
ortho({
on-zy({
rect((-1, -1), (1, 1))
})
})