Contents

containsAny(of:)

Returns a Boolean value that indicates whether the size contains the specified point.

Declaration

func containsAny(of points: [Point3D]) -> Bool

Parameters

  • points:

    The array of points that the function compares against.

Return Value

A Boolean value that indicates whether the size contains the specified point.

See Also

Deprecated symbols