pytower.mesh
- class pytower.mesh.OctreeNode(centroid, size, point)[source]
Axis-aligned octree node implementation
- pytower.mesh.convert_triangle(face)[source]
Given a triangular face, convert the face into one or two canvas wedges
- Parameters:
face (
ndarray) – List of triangle face’s vertices- Return type:
- Returns:
List of TowerObject corresponding to the new canvas wedges