Functions | |
def | bounding_box (wires) |
Variables | |
Wire = namedtuple("Wire","plane ch wip seg beg end") | |
Objects for describing wires
def wirecell.util.wires.common.bounding_box | ( | wires | ) |
Return a bounding box exactly containing the given collection of Wire objects.
Definition at line 15 of file common.py.