Modulesยง
- bvhnode2aabb2
- methods related to array of Axis-Aligned Bounding Box (AABB)
- bvhnode2aabb3
- bvhnodes
- bvhnodes_
morton - computing BVH using the Linear BVH method (i.e., binary tree based on the Morton code)
- bvhnodes_
topdown_ trimesh3 - cumsum
- dijkstra
- methods to compute graph distance on mesh
- edge2elem
- edge2vtx
- methods related to line mesh topology
- elem2center
- compute the centers of elements in the mesh used mainly for constructing spatial hash
- elem2elem
- methods that generate the elements adjacent to an element
- elem2group
- group elements using the connectivity information
- extract
- extract subset of elements as mesh
- io_nas
- io_obj
- methods for Wavefront Obj files
- io_off
- methods for OFF files
- io_ply
- io_svg
- io_vtk
- method for VTK files
- kdtree2
- methods for 2D Kd-tree
- map_idx
- methods for all kinds of mesh
- polygon_
mesh - functions for polygon mesh
- polyline
- methods for polyline mesh
- polyline3
- methods related to 3D polyline
- polyloop
- methods for 2D and 3D poly loop
- polyloop2
- methods for 2D poly loop
- polyloop3
- methods for 3D poly loop
- quadmesh
- method for quad mesh
- sampling
- stochastic sampling on mesh
- search_
bvh2 - search_
bvh3 - method for 3D Bounding Volume Hierarchy
- transform
- methods for coordinate transformations
- tri2vtx
- methods related to triangle mesh topology
- trimesh
- trimesh2
- methods for 2D triangle mesh
- trimesh3
- methods for 3D triangle mesh
- trimesh2_
dynamic - trimesh3_
intersection - method for finding self-intersection using BVH
- trimesh3_
intersection_ time - trimesh3_
move_ avoid_ intersection - trimesh3_
primitive - methods that generate meshes of primitive shapes (e.g., cylinder, torus)
- trimesh3_
proximity - trimesh3_
search_ bruteforce - methods for query computation on 3D triangle mesh
- trimesh_
topology - uniform_
mesh - unify_
index - unify the index of uv and xyz vertices for Wavefront Obj format
- unindex
- methods related to unindexed mesh (e.g., array of vertex coordinates)
- vtx2elem
- methods that generate list of elements surrounding a vertex
- vtx2group
- vtx2point
- vtx2vec
- vtx2vtx
- methods that generate vertices connected to a vertex
- vtx2xdim
- functions related to c-style contiguous array of N dimensional coordinates
- vtx2xy
- functions related to c-style contiguous array of 2D coordinates
- vtx2xyz
- functions related to c-style contiguous array of 3D coordinates