|
nux-0.9.46
|
#include <Nux/BezierCurveControl.h>
Public Member Functions | |
| Knot () | |
| Knot (float ptX, float ptY) | |
| void | setPoint (float x, float y) |
| void | operator= (Knot knot) |
| bool | operator!= (Knot knot) |
Data Fields | |
| float | m_X |
| float | m_Y |
| bool | m_IsSelected |
| nux::Knot::Knot | ( | ) | [inline] |
| nux::Knot::Knot | ( | float | ptX, |
| float | ptY | ||
| ) | [inline] |
| float nux::Knot::m_X |
Referenced by operator!=(), operator=(), and setPoint().
| float nux::Knot::m_Y |
Referenced by operator!=(), operator=(), and setPoint().