cetz-package / cetz

CeTZ: ein Typst Zeichenpaket - A library for drawing stuff with Typst.
https://cetz-package.github.io
GNU Lesser General Public License v3.0
809 stars 35 forks source link

[Feature Request] 3D Plane #650

Open kdog3682 opened 1 month ago

kdog3682 commented 1 month ago

It would be nice to give tuples of (x,y,z) to cetz.draw.prism or cetz.draw.sphere to generate 3d shapes.

johannes-wolf commented 1 month ago

I've started implementing a prism function, see #657.