Declaration

class func draw(_ knots: [GSHobbyKnot], isClosedSection: Bool, in path: GSPath)

Declaration

+ (void) drawKnots:(NSArray<GSHobbyKnot *> *) knots isClosedSection:(BOOL) isClosedSection inPath:(GSPath *) path;

Declaration

drawKnots_isClosedSection_inPath_(knots: list[GSHobbyKnot], isClosedSection: bool, path: GSPath)