Very simple, but inefficient and unscalable rotation of tetrahedron about y-axis with no hidden line removal. References: plot and some concepts: “Python Graphics – A Reference for Creating 2D and 3D Images”, B.J. Korites. transform matrices: https://gist.github.com/jaseg/ef83d89b39ae69fad07a deleting lines from plot: from: https://sourceforge.net/p/matplotlib/mailman/message/9334388/ Tetrahedron is constructed with four points (vertices) and six lines (edges). The …
Continue reading “Rotate tetrahedron around coordinate axis”
