Box2 setFromPoints(List<Vector2> points) { makeEmpty(); for (var i = 0, il = points.length; i < il; i++) { expandByPoint(points[i]); } return this; }