235f56a92f
add quartic solution for intersecting quadratics git-svn-id: http://skia.googlecode.com/svn/trunk@5541 2bbb7eff-a529-9590-31e7-b0007b416f81
14 lines
262 B
C++
14 lines
262 B
C++
/*
|
|
* Copyright 2012 Google Inc.
|
|
*
|
|
* Use of this source code is governed by a BSD-style license that can be
|
|
* found in the LICENSE file.
|
|
*/
|
|
|
|
#include "Intersection_Tests.h"
|
|
|
|
int main(int /*argc*/, char** /*argv*/) {
|
|
Intersection_Tests();
|
|
return 0;
|
|
}
|