hash(into:)
Hashes the essential components of the bounding box by feeding them into the given hash function.
Declaration
func hash(into hasher: inout Hasher)Parameters
- hasher:
The hash function to use when combining the components of the box.
Hashes the essential components of the bounding box by feeding them into the given hash function.
func hash(into hasher: inout Hasher)The hash function to use when combining the components of the box.