会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
fly_bk
博客园
首页
新随笔
联系
订阅
管理
随笔分类 -
3d数学基础
向量的加法和减法运算
摘要:``` using System; using System.Collections; using System.Collections.Generic; /** * 向量的加法和减法运算 */ public class Vector3D { public float x, y, z; public Vector3D(float x=0f,float y =0f,float...
阅读全文
posted @
2019-06-07 12:35
fly_bk
阅读(1331)
评论(0)
推荐(0)
公告