Contents

contains(anyOf:)

Returns a Boolean value that indicates whether this volume contains any of the specified points.

Declaration

func contains(anyOf points: [Point3DFloat]) -> Bool

Parameters

  • points:

    An array of points.

Discussion

  • Returns A Boolean value that indicates whether self contains any of the specified points.