#include "../assert.hpp"#include "../integer_range.hpp"#include "../memory/span_algo.hpp"#include "../span.hpp"#include "../types.hpp"#include "../valid_if/positive.hpp"#include "functions.hpp"#include <cmath>#include <vector>Go to the source code of this file.
Classes | |
| class | eagine::math::bezier_curves< Type, Parameter, Order > |
| A sequence of Bezier curves, possibly connected at end points. More... | |
| class | eagine::math::cubic_bezier_loop< Type, Parameter > |
| A closed smooth cubic Bezier spline passing through all input points. More... | |
Namespaces | |
| eagine | |
| Common code is placed in this namespace. | |
| eagine::math | |
| Math-related code is placed in this namespace. | |
Copyright 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