Instance Method
fiveQuadraticSegmentCurveError(_:t:) fiveQuadraticSegmentCurveError:t: fiveQuadraticSegmentCurveError_t_
Declaration
func fiveQuadraticSegmentCurveError(_ curveError: CGFloat, t tMid: CGFloat) -> GSPathSegmentDeclaration
- (GSPathSegment *) fiveQuadraticSegmentCurveError:(CGFloat) curveError t:(CGFloat) tMid;Declaration
fiveQuadraticSegmentCurveError_t_(curveError: float, tMid: float) -> GSPathSegment