Skip to content

Commit

Permalink
Fix build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwulf committed Nov 25, 2020
1 parent 0858f1b commit ab8ffe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PerformanceBezier/UIBezierPath+Util.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ NS_ASSUME_NONNULL_BEGIN

+ (CGFloat)subdivideBezier:(const CGPoint[_Nonnull 4])bez bez1:(CGPoint[_Nonnull 4])bez1 bez2:(CGPoint[_Nonnull 4])bez2 atLength:(CGFloat)length acceptableError:(CGFloat)acceptableError;

+ (CGFloat)subdivideBezier:(const CGPoint[_Nonnull 4])bez bez1:(CGPoint[_Nonnull 4])bez1 bez2:(CGPoint[_Nonnull 4])bez2 atLength:(CGFloat)length acceptableError:(CGFloat)acceptableError withCache:(CGFloat *)subBezierLengthCache;
+ (CGFloat)subdivideBezier:(const CGPoint[_Nonnull 4])bez bez1:(CGPoint[_Nonnull 4])bez1 bez2:(CGPoint[_Nonnull 4])bez2 atLength:(CGFloat)length acceptableError:(CGFloat)acceptableError withCache:(nullable CGFloat *)subBezierLengthCache;

+ (CGPoint)lineSegmentIntersectionPointA:(CGPoint)A pointB:(CGPoint)B pointC:(CGPoint)C pointD:(CGPoint)D;

Expand Down

0 comments on commit ab8ffe1

Please sign in to comment.