All Classes |Grouped Classes |Index

Class CL_BezierCurve

Bezier curve generator. More...

Derived from:

None

Derived by:

None

Group:

Math (Core)

#include <ClanLib/core.h>

Class Members:

Construction:

CL_BezierCurve

Constructs a bezier curve generator.


Attributes:

get_control_points

Returns the control points of the bezier.


Operations:

add_control_point

Adds a control point to bezier.

generate_curve_points

Generates points on the bezier curve.

get_point_relative

Get a point on the bezier curve.