Abstract 学习TinyRenderer Wiki中的总结。 扫描线光栅化算法。 Reference : https://github.com/ssloy/tinyrenderer/wiki/Lesson-2-Triangle-rasterization-and-back-face-culli ...
分类:
编程语言 时间:
2021-03-08 14:19:01
阅读次数:
0
Abstract 学习TinyRenderer中的总结。 Bresenham直线绘制算法。 Reference : https://github.com/ssloy/tinyrenderer/wiki/Lesson-1-Bresenham%E2%80%99s-Line-Drawing-Algorit ...
分类:
编程语言 时间:
2021-03-08 13:59:59
阅读次数:
0
1-1. var let const 区别 var 是es5语法,有变量提升 let const是es6语法, 有块级作用域 var let 是变量,可修改;cosnt是常量,不可修改 2-1. typeof返回哪些类型 值类型:undefined string number boolean sym ...
分类:
其他好文 时间:
2021-03-08 13:04:03
阅读次数:
0
太极创客:http://www.taichi-maker.com/homepage/reference-index/arduino-library-index/wire-library/ ...
分类:
其他好文 时间:
2021-03-03 11:54:00
阅读次数:
0
在Eclipse中创建插件项目时,缺省会创建一个plugins.xml文件 在PSE中显示 <visibleWhen> <reference definitionId="com.teamcenter.rac.pse.inMainView"> </reference> </visibleWhen> 在 ...
分类:
其他好文 时间:
2021-03-02 12:41:39
阅读次数:
0
forEach 功能: 循环遍历数组中的每一项,只能遍历数组 特点: 没有返回值,返回值为undefined,并且不可链式调用 示例: map 功能: 循环遍历数组中的每一项,只能遍历数组 特点: 必须return返回值,如果不给return,它会返回一个undefined,返回的值不会影响原数组, ...
分类:
其他好文 时间:
2021-03-02 12:03:26
阅读次数:
0
一览:初学 C 语言时,大家肯定都被指针这个概念折磨过,一会指向这里、一会指向那里,最后把自己给指晕了。本文从一些基本的概念开始介绍指针的基本使用。 内存 考虑到初学 C 语言时,大家可能对计算机的组成原理不太了解,所以这里先简单介绍一些“内存”这个概念。 众所周知,任何东西都需要有物理载体作为基础 ...
分类:
编程语言 时间:
2021-03-02 12:00:53
阅读次数:
0
webpack + vuecli多页面打包基于(vue-template-admin)修改 遇见的问题TypeError: Cannot read property ‘tap’ of undefined 先看项目目录结构 :关于项目的修改及改造 再项目完事的时候会发布的 如果你也遇见这个问题的话 这 ...
分类:
Web程序 时间:
2021-03-01 13:24:10
阅读次数:
0
1.v-popover:popover1 后边的名称不能输入,不能循环,只能一个使用 循环中使用触发html,用 slot="reference" 2. :popper-options="{ boundariesElement: 'body', removeOnDestroy: true }" 改变 ...
分类:
其他好文 时间:
2021-02-24 12:49:33
阅读次数:
0
Abstract Reference : https://brilliant.org/wiki/projective-geometry/ ...
分类:
其他好文 时间:
2021-02-23 14:03:46
阅读次数:
0