intersection(_:)
Returns the intersection of two sizes.
Declaration
func intersection(_ other: Size3D) -> Size3D?Parameters
- other:
The size that the function compares against.
Return Value
A new size that is the intersection of two sizes.
Returns the intersection of two sizes.
func intersection(_ other: Size3D) -> Size3D?The size that the function compares against.
A new size that is the intersection of two sizes.