/(_:_:)
Returns a point with each element divided by a scalar value.
Declaration
static func / (lhs: Point3D, rhs: Double) -> Point3DParameters
- lhs:
The left-hand-side value.
- rhs:
The right-hand-side value.
Returns a point with each element divided by a scalar value.
static func / (lhs: Point3D, rhs: Double) -> Point3DThe left-hand-side value.
The right-hand-side value.