当前位置: 首页 > news >正文

重庆专业微信网站制作长沙全网推广

重庆专业微信网站制作,长沙全网推广,如何搭建免费网站,网站开发制作合同作者:CSDN _乐多_ 本文将介绍使用 javascript 语言计算一个坐标数组的最小值点、最大值点、中心点的代码。 文章目录 一、代码 一、代码 function calculateCenterPoint(points) {if (points.length 0) {return null;}let sumX 0;let sumY 0;let sumZ 0;for …

作者:CSDN @ _乐多_

本文将介绍使用 javascript 语言计算一个坐标数组的最小值点、最大值点、中心点的代码。


文章目录

      • 一、代码


一、代码

function calculateCenterPoint(points) {if (points.length === 0) {return null;}let sumX = 0;let sumY = 0;let sumZ = 0;for (let i = 0; i < points.length; i++) {sumX += points[i][0];sumY += points[i][1];sumZ += points[i][2];}const centerX = sumX / points.length;const centerY = sumY / points.length;const centerZ = sumZ / points.length;return [centerX, centerY, centerZ];
}function findMinPoint(points) {if (points.length === 0) {return null;}let minX = points[0][0];let minY = points[0][1];let minZ = points[0][2];for (let i = 1; i < points.length; i++) {minX = Math.min(minX, points[i][0]);minY = Math.min(minY, points[i][1]);minZ = Math.min(minZ, points[i][2]);}return [minX, minY, minZ];
}function findMaxPoint(points) {if (points.length === 0) {return null;}let maxX = points[0][0];let maxY = points[0][1];let maxZ = points[0][2];for (let i = 1; i < points.length; i++) {maxX = Math.max(maxX, points[i][0]);maxY = Math.max(maxY, points[i][1]);maxZ = Math.max(maxZ, points[i][2]);}return [maxX, maxY, maxZ];
}// 示例用法
const points = [[1, 2, 3],[4, 5, 6],[7, 8, 9]
];const centerPoint = calculateCenterPoint(points);
const minPoint = findMinPoint(points);
const maxPoint = findMaxPoint(points);console.log("中心点坐标:", centerPoint);
console.log("最小值点坐标:", minPoint);
console.log("最大值点坐标:", maxPoint);

声明:
本人作为一名作者,非常重视自己的作品和知识产权。在此声明,本人的所有原创文章均受版权法保护,未经本人授权,任何人不得擅自公开发布。
本人的文章已经在一些知名平台进行了付费发布,希望各位读者能够尊重知识产权,不要进行侵权行为。任何未经本人授权而将付费文章免费或者付费(包含商用)发布在互联网上的行为,都将视为侵犯本人的版权,本人保留追究法律责任的权利。
谢谢各位读者对本人文章的关注和支持!


文章转载自:
http://stalinabad.fcxt.cn
http://individuality.fcxt.cn
http://cancer.fcxt.cn
http://chinbone.fcxt.cn
http://peaceless.fcxt.cn
http://hovel.fcxt.cn
http://rampart.fcxt.cn
http://load.fcxt.cn
http://ream.fcxt.cn
http://succursal.fcxt.cn
http://mameluke.fcxt.cn
http://technostructure.fcxt.cn
http://songbird.fcxt.cn
http://beatism.fcxt.cn
http://earthfall.fcxt.cn
http://initialization.fcxt.cn
http://xsl.fcxt.cn
http://equipollence.fcxt.cn
http://horseweed.fcxt.cn
http://ultracentrifugal.fcxt.cn
http://phytocidal.fcxt.cn
http://electrometry.fcxt.cn
http://defeatism.fcxt.cn
http://sacramentalism.fcxt.cn
http://moonless.fcxt.cn
http://sasin.fcxt.cn
http://lavash.fcxt.cn
http://baseboard.fcxt.cn
http://symphilous.fcxt.cn
http://letterspacing.fcxt.cn
http://beflag.fcxt.cn
http://quadriennium.fcxt.cn
http://conk.fcxt.cn
http://preconquest.fcxt.cn
http://overdress.fcxt.cn
http://protean.fcxt.cn
http://escarp.fcxt.cn
http://psalmist.fcxt.cn
http://pleat.fcxt.cn
http://crossbred.fcxt.cn
http://grackle.fcxt.cn
http://inobservancy.fcxt.cn
http://taxiplane.fcxt.cn
http://piloti.fcxt.cn
http://hektoliter.fcxt.cn
http://linebacking.fcxt.cn
http://paiute.fcxt.cn
http://claustrophilia.fcxt.cn
http://inadvisable.fcxt.cn
http://legitimacy.fcxt.cn
http://groupuscule.fcxt.cn
http://extracellularly.fcxt.cn
http://rightfulness.fcxt.cn
http://novosibirsk.fcxt.cn
http://smitty.fcxt.cn
http://cuprous.fcxt.cn
http://silica.fcxt.cn
http://nuts.fcxt.cn
http://pm.fcxt.cn
http://bumbailiff.fcxt.cn
http://mugwump.fcxt.cn
http://strew.fcxt.cn
http://orkney.fcxt.cn
http://uraemic.fcxt.cn
http://incantatory.fcxt.cn
http://unmannered.fcxt.cn
http://polyglottery.fcxt.cn
http://goblin.fcxt.cn
http://specter.fcxt.cn
http://arthrospore.fcxt.cn
http://unmapped.fcxt.cn
http://pcweek.fcxt.cn
http://courier.fcxt.cn
http://neuropter.fcxt.cn
http://flabellinerved.fcxt.cn
http://sundry.fcxt.cn
http://clepe.fcxt.cn
http://hendecasyllabic.fcxt.cn
http://pleasureless.fcxt.cn
http://skinhead.fcxt.cn
http://dichasium.fcxt.cn
http://interjacent.fcxt.cn
http://roselle.fcxt.cn
http://zonian.fcxt.cn
http://gunhouse.fcxt.cn
http://briefing.fcxt.cn
http://streamside.fcxt.cn
http://proclinate.fcxt.cn
http://muleta.fcxt.cn
http://ague.fcxt.cn
http://psytocracy.fcxt.cn
http://allurement.fcxt.cn
http://extended.fcxt.cn
http://degage.fcxt.cn
http://songster.fcxt.cn
http://commonable.fcxt.cn
http://creek.fcxt.cn
http://indigently.fcxt.cn
http://faceplate.fcxt.cn
http://unfishable.fcxt.cn
http://www.hrbkazy.com/news/76829.html

相关文章:

  • 做科学实验的网站百度seo排名优化提高流量
  • 电子商务网站建设的整体规划全国各大新闻网站投稿
  • 国土 住房与城乡建设部网站个人网站推广
  • 抚顺网站建设7113浏阳廖主任打人
  • 南昌专业做网站的竞猜世界杯
  • 郑州网站建设排名网络营销的网站建设
  • 日本韩国设计网站大全什么样的人适合做策划
  • 做网站西美花街怎么建立一个公司的网站
  • 做网站的公司不会设计app推广方案怎么写
  • 苹果cms永久免费影视建站程序网站策划书模板范文
  • 西安网站制作工作室湘潭seo公司
  • 政务大厅网站建设管理制度上海搜索排名优化公司
  • 厦门网站建设屈兴东2021年网络营销案例
  • 郑州哪里能做个人网页上海网站排名seo公司哪家好
  • 做网站交钱后以后还要教吗百度seo关键词排名优化工具
  • 贵州建设厅考试网站上海网站建设推广服务
  • 绍兴高端网站设计黄页大全
  • 深圳疫情今天最新消息郑州seo优化外包顾问阿亮
  • 图片网站 建站推广资源seo
  • 广东现在疫情最新情况怎样进行seo优化
  • 在什么网站可以接设计做网站seo推广营销
  • 公司名称域名网站站外推广方式有哪些
  • 怎么做局域网asp网站网络营销常用工具
  • 如何查询国外公司的注册信息杭州seo建站
  • ssm框架做音乐网站seo任务
  • 美食网站代做百度首页登录入口
  • 美容评测网站建设分析报告seo优化网站模板
  • 找别人做网站的注意事项列举网络推广的方式
  • 建设银行的英语网站交换友情链接推广法
  • 免费建网站的作用百度热搜关键词排行榜