TouchVG framework
|
The callback class for getLength() 更多...
Public 成员函数 | |
MgPathCrossCallback (const Box2d &box, Point2d &crosspt) | |
virtual bool | processLine (int, int &, const Point2d &startpt, const Point2d &endpt) |
virtual bool | processBezier (int, int &, const Point2d *pts) |
MgPathCrossCallback (const MgPathCrossCallback &) | |
MgPathCrossCallback & | operator= (const MgPathCrossCallback &) |
Public 成员函数 继承自 MgPath::MgSegmentCallback | |
virtual | ~MgSegmentCallback () |
virtual void | beginSubPath () |
virtual void | endSubPath (bool closed) |
Public 属性 | |
const Box2d & | box |
Point2d & | crosspt |
Point2d | a |
Point2d | b |
Point2d | tmpcross |
float | mindist |
float | dist |
The callback class for getLength()