move

Moves this bounding box by the given x, y, and z amounts and returns the result.

Return

the resulting box

Parameters

x

the X amount

y

the Y amount

z

the Z amount


fun move(amount: Double): BoundingBox
fun move(amount: Vec3d): BoundingBox

Moves this bounding box by the given amount and returns the result.

Return

the resulting box

Parameters

amount

the amount