Tagged Questions
5
votes
1answer
190 views
Draw 3D rectangle
I've been searching this for hours, but didn't find a reason for this behaviour:
Here is my example:
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{3d}
\begin{document}
...
16
votes
2answers
2k views
Drawing a circle on a non xy-plane with TikZ
Say I'm drawing a 3D picture. Now I would like to draw a circle, perspectively correct, on the yz-plane, but TikZ does not seem to be capable of this. All one can do is drawing circles on the ...