Contents

*(_:_:)

Returns the vector that’s the element-wise product of a vector and a scalar value.

Declaration

static func * (lhs: Vector3DFloat, rhs: Float) -> Vector3DFloat

Parameters

  • lhs:

    The first value.

  • rhs:

    The second value.