blob: 93a27ec29deb95185d85eb103187a59f1821c73e [file] [log] [blame]
caryclark@google.com9e49fb62012-08-27 14:11:33 +00001/*
2 * Copyright 2012 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
caryclark@google.comc6825902012-02-03 22:07:47 +00007#include "DataTypes.h"
8
9// utilities used only for unit testing
10bool point_on_parameterized_curve(const Cubic& cubic, const _Point& point);
11bool point_on_parameterized_line(const _Line& line, const _Point& point);
12bool point_on_parameterized_curve(const Quadratic& quad, const _Point& point);