Instance Method
convertToQuadratic(withCurveError:)convertToQuadraticWithCurveError:convertToQuadraticWithCurveError_
Declaration
func convertToQuadratic(withCurveError curveError: CGFloat) -> GSPathSegment?Declaration
- (GSPathSegment *) convertToQuadraticWithCurveError:(CGFloat) curveError;Declaration
convertToQuadraticWithCurveError_(curveError: float) -> GSPathSegment