warp.mesh\_query\_aabb ====================== .. function:: warp._src.lang.mesh_query_aabb(id: uint64, low: vec3f, high: vec3f) -> MeshQueryAABB .. hlist:: :columns: 8 * Kernel Construct an axis-aligned bounding box query against a :class:`warp.Mesh`. This query can be used to iterate over all bounding boxes of the triangles inside a volume. :param id: The mesh identifier :param low: The lower bound of the bounding box in mesh space :param high: The upper bound of the bounding box in mesh space.