Type Method
draw(_:isClosedSection:in:) drawKnots:isClosedSection:inPath: drawKnots_isClosedSection_inPath_
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)