30 x0(x0), y0(y0), x1(x1), y1(y1)
32 if (
x0>
x1) std::swap(this->x0,this->x1);
33 if (
y0>
y1) std::swap(this->y0,this->y1);
40 return (intersects(
wire.from()->item()) && intersects(
wire.to()->item()));
represents rectangular region of a lasso operation
bool contains(const Wire &wire) const
return true if both endpoints of the wire lie within the lasso
CLASSDESC_ACCESS_EXPLICIT_INSTANTIATION(minsky::LassoBox)