摘要:
struct point { float x; float y;}; //求取三角形面积,1/2*AB*AC float Area(const point p1,point p2,point p3) { point AB, BC; AB.x = p1.x - p2.x; BC.x = p3.x - 阅读全文
posted @ 2022-05-23 15:47
echojojo
阅读(60)
评论(0)
推荐(0)
浙公网安备 33010602011771号