quadratic bezier curve More...
#include <quad.h>

Public Member Functions | |
| void | clear (void) throw () |
| void | setFromPointsAndSlope (IN const point_t &in_p0, IN const point_t &in_p1, IN const point_t &t0) throw () |
| point_t | getFinalTangent (void) const throw () |
| point_t | getPointAt (IN float t) const throw () |
| void | getBoundingRect (OUT rect_t &r) const throw () |
Public Attributes | |
| point_t | p0 |
| point_t | p1 |
| point_t | p2 |
quadratic bezier curve
Definition at line 48 of file quad.h.
| point_t bezier::quad_bezier_t::getFinalTangent | ( | void | ) | const throw () [inline] |
| point_t bezier::quad_bezier_t::getPointAt | ( | IN float | t | ) | const throw () [inline] |
| void bezier::quad_bezier_t::getBoundingRect | ( | OUT rect_t & | r | ) | const throw () |
1.7.1