Declaration

class func intersect(_ intersectPaths: [GSPath]!, with paths: NSMutableArray!) throws

Declaration

+ (BOOL) intersectPaths:(NSArray<GSPath *> *) intersectPaths with:(NSMutableArray<GSPath *> *) paths error:(NSError **) error;

Declaration

intersectPaths_with_error_(intersectPaths: list[GSPath], paths: list[GSPath]) -> tuple[bool, NSError]