-(_:_:)
Returns the size that’s the element-wise difference of a size and a vector.
Declaration
static func - (lhs: Size3DFloat, rhs: Vector3DFloat) -> Size3DFloatParameters
- lhs:
The first value.
- rhs:
The second value.
Returns the size that’s the element-wise difference of a size and a vector.
static func - (lhs: Size3DFloat, rhs: Vector3DFloat) -> Size3DFloatThe first value.
The second value.