*(_:_:)
Returns a vector that’s the product of a scalar value and a vector.
Declaration
static func * (lhs: Double, rhs: Vector3D) -> Vector3DParameters
- lhs:
The left-hand-side value.
- rhs:
The right-hand-side value.
Returns a vector that’s the product of a scalar value and a vector.
static func * (lhs: Double, rhs: Vector3D) -> Vector3DThe left-hand-side value.
The right-hand-side value.