Hi guys, Suppose I have 3 points (Vertex) in 3D space, eg (0,0,0), (250, 200, 100), (-100, 500, 90), and wanted to draw a plane through those. What would be the simplest way?
I noticed the Plane3D class, but read somewhere that was for internal calculations and not suitable for drawing stuff? I considered just using two triangles, but am wondering if there's a more elegant way. If it helps, I am trying to make a 3d geometry learning demo. Thank you! Regards, Shengzhi
