nux-0.9.46

nux::Knot Class Reference

#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

Constructor & Destructor Documentation

nux::Knot::Knot ( ) [inline]
nux::Knot::Knot ( float  ptX,
float  ptY 
) [inline]

Member Function Documentation

bool nux::Knot::operator!= ( Knot  knot) [inline]

References m_X, and m_Y.

void nux::Knot::operator= ( Knot  knot) [inline]

References m_X, and m_Y.

void nux::Knot::setPoint ( float  x,
float  y 
) [inline]

References m_X, and m_Y.


Field Documentation

Referenced by operator!=(), operator=(), and setPoint().

Referenced by operator!=(), operator=(), and setPoint().


The documentation for this class was generated from the following file: