Type Method
addIntersections(_:otherSegments:) addIntersections:otherSegments: addIntersections_otherSegments_
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])