Contents

contains(anyOf:)

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

Declaration

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

Parameters

  • points:

    The array of points that the function compares against.

See Also

Instance methods