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