Contents

/(_:_:)

Returns a size with each element divided by a scalar value.

Declaration

static func / (lhs: Size3D, rhs: Double) -> Size3D

Parameters

  • lhs:

    The left-hand-side value.

  • rhs:

    The right-hand-side value.

See Also

Applying arithmetic operations