expandByScalar

fun expandByScalar(scalar: Double): Box3

Expands each dimension by scalar. A negative scalar contracts the box and can invert it (making it isEmpty).

Return

A reference to this box.