add

fun add(point: Vec3f): BoundingBox
fun add(points: List<Vec3f>): BoundingBox
fun add(points: List<Vec3f>, range: IntRange): BoundingBox