#include <kanzi/core/cpp/memory.hpp>
#include <kanzi/core/cpp/platform.hpp>
#include <kanzi/core/cpp/string_view.hpp>
#include <kanzi/core/math/curve_reparametrization.hpp>
#include <kanzi/core/math/matrix4x4.hpp>
#include <kanzi/core/math/spline.hpp>
#include <kanzi/core/math/vector3.hpp>
#include <kanzi/core.ui/resource/resource.hpp>
#include <kanzi/core/legacy/debug/kzs_error.hpp>
#include <kanzi/core/legacy/kzs_types.hpp>
#include <kanzi/core/cpp/string.hpp>
Classes | |
class | kanzi::Trajectory |
Trajectory defines a series of points following a geometrical path. More... | |
Namespaces | |
kanzi | |
Easing functions that require external dependencies for calculation. | |
Typedefs | |
typedef shared_ptr< Trajectory > | kanzi::TrajectorySharedPtr |
Trajectory shared pointer type. More... | |
Functions | |
SplinePtr | kanzi::loadSplineFromKZB (KzbMemoryParser &parser) |
Load a spline spline from memory parser. More... | |