Contents

contains(point:)

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

Declaration

func contains(point: Self.Point) -> Bool

Parameters

  • point:

    The point.

Discussion

  • Returns A Boolean value that indicates whether the entity contains the point.