How can a triangle be drawn in 3D?
Granted with function: line(x1, y1, z1, x2, y2, z2),
a "3D" triangle can be made by 3 calls to "line." However, is there a way to just use the triangle
function to do it?
1