Nugget
Loading...
Searching...
No Matches
Namespaces | Functions
bezier.hh File Reference
#include "psyqo/vector.hh"
Include dependency graph for bezier.hh:
This graph shows which files directly or indirectly include this file:

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)