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