Declaration

class func addIntersections(_ segments: NSMutableArray!, otherSegments: NSMutableArray!)

Declaration

+ (void) addIntersections:(NSMutableArray<GSPathSegment *> *) segments otherSegments:(NSMutableArray<GSPathSegment *> *) otherSegments;

Declaration

addIntersections_otherSegments_(segments: list[GSPathSegment], otherSegments: list[GSPathSegment])