【vec3空间向量】
glMatrix.vec3.create()
glMatrix.vec3.fromValues()
21.vec3--空间向量的加法add.html
21.vec3--空间向量的加法add.jpg
glMatrix.vec3.add()
22.vec3--空间向量的减法subtract.html
22.vec3--空间向量的减法subtract.jpg
glMatrix.vec3.subtract()
23.vec3--空间向量的数乘scale.html
23.vec3--空间向量的数乘scale.jpg
glMatrix.vec3.scale()
24.vec3--空间向量的最短直线距离distance.html
24.vec3--空间向量的最短直线距离distance.jpg
glMatrix.vec3.distance()
25.vec3--空间向量的夹角angle.html
25.vec3--空间向量的夹角angle.jpg
glMatrix.vec3.angle()
26.vec3--空间向量的点积dot-内积-数量积-点乘.html
26.vec3--空间向量的点积dot-内积-数量积-点乘.jpg
glMatrix.vec3.dot()
27.vec3--空间向量的(得三角形的面积).html
27.vec3--空间向量的(得三角形的面积).jpg
glMatrix.vec3.cross()
glMatrix.vec3.length()*(1/2)
28.vec3--空间向量的模length-1.html
28.vec3--空间向量的模length-1.jpg
glMatrix.vec3.length()
28.vec3--空间向量的模length-2.html
28.vec3--空间向量的模length-2.jpg
glMatrix.vec3.length()
29.vec3--空间向量的外积cross-叉乘(得到坐标).html
29.vec3--空间向量的外积cross-叉乘(得到坐标).jpg
glMatrix.vec3.cross()
如需要课程中的示例源码和运行效果图,以及相关数学方面的知识公式等,请私信。