skia2/experimental/Intersection/EdgeMain.cpp
caryclark@google.com 235f56a92f shape ops work in progress
add quartic solution for intersecting quadratics

git-svn-id: http://skia.googlecode.com/svn/trunk@5541 2bbb7eff-a529-9590-31e7-b0007b416f81
2012-09-14 14:19:30 +00:00

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;
}