Declaration

func pathIntersect() throws

Declaration

- (BOOL) pathIntersect:(NSError **) error;

Declaration

pathIntersect_() -> tuple[bool, NSError]

Parameters

error

On output, a pointer to an error object that describes why the method failed, or nil if no error occurred. If you are not interested in the error information, pass nil for this parameter.

Return Value

Whether the operation completed successfully.

See Also

Boolean Operations