Tuple isPartOfGrid(_:) Returns true iff vertex should be considered part of the grid. Declaration Swift public func isPartOfGrid(_ vertex: Point2) -> Bool Show on GitHub isPartOfGrid(_:) Returns true iff edge should be considered part of the grid. Declaration Swift public func isPartOfGrid(_ edge: GridEdge) -> Bool Show on GitHub