contains(point:)
Returns a Boolean value that indicates whether this volume contains the specified point.
Declaration
func contains(point: Point3D) -> BoolParameters
- point:
The point that the function compares against.
Returns a Boolean value that indicates whether this volume contains the specified point.
func contains(point: Point3D) -> BoolThe point that the function compares against.