Declaration

func twoQuadraticSegmentCurveError(_ curveError: CGFloat, t: CGFloat) -> GSPathSegment?

Declaration

- (GSPathSegment *) twoQuadraticSegmentCurveError:(CGFloat) curveError t:(CGFloat) t;

Declaration

twoQuadraticSegmentCurveError_t_(curveError: float, t: float) -> GSPathSegment