intersection(_:)
Returns the intersection of two volumetric entities.
Declaration
func intersection(_ other: Self) -> Self?Parameters
- other:
The volumetric entity that the function compares against.
Returns the intersection of two volumetric entities.
func intersection(_ other: Self) -> Self?The volumetric entity that the function compares against.