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