/(_:_:)
Returns a point with each element divided by a scalar value.
Declaration
static func / (lhs: Point3DFloat, rhs: Float) -> Point3DFloatParameters
- lhs:
The first value.
- rhs:
The second value.
Returns a point with each element divided by a scalar value.
static func / (lhs: Point3DFloat, rhs: Float) -> Point3DFloatThe first value.
The second value.