pub fn create_hull(points: &[Vec3], max_vertex_count: i32) -> Option<HullData>
Create a convex hull from a point cloud. (b3CreateHull)