Instance Method
threeQuadraticSegmentCurveError(_:t:) threeQuadraticSegmentCurveError:t: threeQuadraticSegmentCurveError_t_
Declaration
func threeQuadraticSegmentCurveError(_ curveError: CGFloat, t: CGFloat) -> GSPathSegmentDeclaration
- (GSPathSegment *) threeQuadraticSegmentCurveError:(CGFloat) curveError t:(CGFloat) t;Declaration
threeQuadraticSegmentCurveError_t_(curveError: float, t: float) -> GSPathSegment