*(_:_:)
Returns a point that’s the product of a scalar value and a point.
Declaration
static func * (lhs: Double, rhs: Point3D) -> Point3DParameters
- lhs:
The left-hand-side value.
- rhs:
The right-hand-side value.
Returns a point that’s the product of a scalar value and a point.
static func * (lhs: Double, rhs: Point3D) -> Point3DThe left-hand-side value.
The right-hand-side value.