contains(anyOf:)
Returns a Boolean value that indicates whether this volume contains any of the specified points.
Declaration
func contains(anyOf points: [Point3DFloat]) -> BoolParameters
- points:
An array of points.
Discussion
Returns A Boolean value that indicates whether
selfcontains any of the specified points.