Contents

contains(point:)

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

Declaration

func contains(point: Point3D) -> Bool

Parameters

  • point:

    The point that the function compares against.

See Also

Instance methods