ITADN

clean up test code and make plane defined more clear

#45Pull Requestjunjie020 创建于 2024-04-18已合并
J
junjie020commented
Plane is defined as: Ax+By+Cz+D=0, same as: nx*px+ny*py+nz*pz+d=0, where (nx, ny, nz) is the plane normal, (px, py, pz) is the point lay on the plane. so d = -dot(n, p) test.lua are split into more test file, which are in the **_test_** folder
合并状态:已合并 合并于 2024-04-18 关闭于 2024-04-18 0 条评论