*(_:_:)
Returns the vector that’s the element-wise product of a vector and a scalar value.
Declaration
static func * (lhs: Vector3DFloat, rhs: Float) -> Vector3DFloatParameters
- lhs:
The first value.
- rhs:
The second value.
Returns the vector that’s the element-wise product of a vector and a scalar value.
static func * (lhs: Vector3DFloat, rhs: Float) -> Vector3DFloatThe first value.
The second value.