Nugget
|
#include "psyqo/vector.hh"
Go to the source code of this file.
Namespaces | |
namespace | psyqo |
namespace | psyqo::Bezier |
Functions | |
Vec2 | psyqo::Bezier::cubic (const Vec2 &a, const Vec2 &b, const Vec2 &c, const Vec2 &d, FixedPoint<> t) |
Cubic Bezier curve helper function. | |
Vec3 | psyqo::Bezier::cubic (const Vec3 &a, const Vec3 &b, const Vec3 &c, const Vec3 &d, FixedPoint<> t) |