1 double area2(double x0, double y0, double x1, double y1, double x2, double y2){ 2 return x0*y1 + x2*y0 + x1*y2 - x2*y1 - x0*y2 - x1*y0; 3 }
posted on 2017-08-25 10:17 夏晴天 阅读(786) 评论(0) 编辑 收藏 举报
Powered by: 博客园 Copyright © 2025 夏晴天 Powered by .NET 9.0 on Kubernetes