The control_point class describes a control point of the curve, with the direction of the curve before and after the point. More...
#include <curve.hpp>
Public Types | |
typedef C | coordinate_type |
The type of the coordinates of the curve. | |
Public Member Functions | |
control_point (const coordinate_type &p) | |
control_point (const coordinate_type &p, const coordinate_type &input_direction, const coordinate_type &output_direction) | |
const coordinate_type & | get_position () const |
const coordinate_type & | get_input_direction () const |
const coordinate_type & | get_output_direction () const |
The control_point class describes a control point of the curve, with the direction of the curve before and after the point.
typedef C claw::math::curve< C, Traits >::control_point::coordinate_type |