Set the min and max of this so that this contains point.
point
void hullPoint(Vector3 point) { Vector3.min(_min, point, _min); Vector3.max(_max, point, _max); }