How to re format GetVertices to return (x1,y1,0), (x2,y2,0), (x3,y3,0);?

后端 未结 0 957
庸人自扰
庸人自扰 2021-01-24 02:07

So, I have given added a constructor that makes it possible to create triangles with the expression new Triangle(x1, y1, x2, y2, x3, y3) where (x1,y1), (x2,y2), (x3,y3) are the

相关标签:
回答
  • 消灭零回复
提交回复
热议问题