MethodgetConvexHullAsMeshComputes convex hull for a given point cloud. This function assumes that the vertex data resides in memory in the following format: x_0,y_0,z_0,x_1,y_
src/planning/traj_opt/include/traj_opt/quickhull.hpp:1630
MethodgetExtremeValuesFind indices of extreme values (max x, min x, max y, min y, max z, min z) for the given point cloud
src/planning/traj_opt/include/traj_opt/quickhull.hpp:1156