blob: 47b67135ba30e7f530a7793d406648f7eff5135c [file] [log] [blame]
/*
* Copyright 2023 Google LLC
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef SkQuads_DEFINED
#define SkQuads_DEFINED
class SkQuads {
public:
static int RootsReal(double A, double B, double C,
double solution[2]);
};
#endif