- override
Tests whether another
is inside or along the edges of this
.
Source
@override bool containsPoint(math.Point<num> p) { return contains(p.x, p.y); }
Tests whether another
is inside or along the edges of this
.
@override bool containsPoint(math.Point<num> p) { return contains(p.x, p.y); }