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