摘要: ​ 1)函数CreateEmptyParticle:构建粒子结构体 function particle=CreateEmptyParticle(n) if nargin<1 n=1; end empty_particle.Position=[]; empty_particle.Velocity=[] 阅读全文
posted @ 2025-06-13 16:06 躲雨小伙 阅读(23) 评论(0) 推荐(0)