point p;p.y = 10.0;float length = sqrt(p.x * p.x + p.y * p.y);
point p;
p.y = 10.0;
float length = sqrt(p.x * p.x + p.y * p.y);
本文档使用 全库网 构建