containsAny(of:)
Returns a Boolean value that indicates whether this volume contains any of the specified points.
Declaration
func containsAny(of points: [Point3D]) -> BoolParameters
- points:
The array of points that the function compares against.
Returns a Boolean value that indicates whether this volume contains any of the specified points.
func containsAny(of points: [Point3D]) -> BoolThe array of points that the function compares against.