Type Method
addIntersections(_:)addIntersections:addIntersections_
Declaration
class func addIntersections(_ segments: NSMutableArray!) -> BoolDeclaration
+ (BOOL) addIntersections:(NSMutableArray<GSPathSegment *> *) segments;Declaration
addIntersections_(segments: list[GSPathSegment]) -> bool