Quadratic, cubic and higher-order (bezier) curves and splines. More...
#include <oglplus/math/vector.hpp>
#include <oglplus/math/compile_time.hpp>
#include <vector>
#include <array>
#include <cmath>
#include <cassert>
Go to the source code of this file.
Classes | |
class | oglplus::BezierCurves< Type, Parameter, Order > |
A sequence of Bezier curves, possibly connected at end points. More... | |
class | oglplus::CubicBezierLoop< Type, Parameter > |
A closed smooth cubic Bezier spline passing through all input points. More... | |
Namespaces | |
oglplus | |
All definitions of OGLplus are nested in the oglplus namespace. | |
Quadratic, cubic and higher-order (bezier) curves and splines.
Copyright 2010-2014 Matus Chochlik. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)