摘要: 缩放在目前代码只有3D的,2D自己想想(╯▽╰)吧 投影矩阵公式: 3D using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication6 { class M... 阅读全文
posted @ 2015-04-26 22:10 盘子脸 阅读(595) 评论(0) 推荐(0) 编辑
摘要: 1. 矩阵和矩阵相乘 2. 矩阵和向量相乘 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication6 { class Program { ... 阅读全文
posted @ 2015-04-26 19:09 盘子脸 阅读(383) 评论(0) 推荐(0) 编辑