Type Method
intersect(_:with:) intersectPaths:with:error: intersectPaths_with_error_
Declaration
class func intersect(_ intersectPaths: [GSPath]!, with paths: NSMutableArray!) throwsDeclaration
+ (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]