2016年10月3日

三角形面积计算(海伦公式或叉积绝对值的一半)

摘要: #include <iostream> #include <cmath> using namespace std; struct Point { float x; float y; Point(float a, float b) : x(a), y(b) { } }; double Length(P 阅读全文

posted @ 2016-10-03 00:58 lakeone 阅读(1848) 评论(0) 推荐(0) 编辑

导航