Contents

*=(_:_:)

Multiplies a point and a double-precision value, and stores the result in the left-hand-side variable.

Declaration

static func *= (lhs: inout Point3D, rhs: Double)

Parameters

  • lhs:

    The left-hand-side value.

  • rhs:

    The right-hand-side value.

See Also

Applying arithmetic operations