Function
GSCurveIsFlatError(_:_:_:_:_:) GSCurveIsFlatErrorGSCurveIsFlatError
Declaration
func GSCurveIsFlatError(_ on1: NSPoint, _ off1: NSPoint, _ off2: NSPoint, _ on2: NSPoint, _ flatError: CGFloat) -> BoolDeclaration
BOOL GSCurveIsFlatError(NSPoint on1, NSPoint off1, NSPoint off2, NSPoint on2, CGFloat flatError);Declaration
GSCurveIsFlatError(on1: NSPoint, off1: NSPoint, off2: NSPoint, on2: NSPoint, flatError: float) -> bool