Feeds
已提交
Fast mesh-mesh intersection using ray-tri intersection with octree spatial partitioning.
Fast mesh-mesh intersection based on ray-tri solution. Octree partitioning gives large speed-up.
10 years 前 | 6 次下载 |
已提交
Hardware accelerated ray-box intersection
GPU portable implementation of the ray-box intersection method of Smits (1998)
10 years 前 | 4 次下载 |
已提交
Hardware accelerated ray-triangle intersection
GPU portable implementation of the ray-triangle intersection method of Moller and Trumbore (1997)
10 years 前 | 2 次下载 |
已提交
inertia.m
find best fitting plane through x,y,z points and calculate quality metrics (coplanarity/colinearity)
10 years 前 | 1 次下载 |
已提交
compose / decompose 3x3 rotation matrix (comp_decomp_matrix)
Compose 3x3 rotation matrix from euler angles or decompose 3x3 rotation matrix to euler angles
11 years 前 | 1 次下载 |
已提交
euclidean
Computes the 3D distance between two xyz point sets represented by two matching nx3 arrays p and c.
11 years 前 | 1 次下载 |