The Line class inherits from the base class State, defining width of Line. More...
#include <state.h>
Public Member Functions | |
| Line (float width=1.0f) | |
Public Member Functions inherited from cil::State | |
| State () | |
| const std::string & | className () const |
Public Member Functions inherited from cil::Object | |
| Object () | |
| virtual | ~Object () |
Public Attributes | |
| float | width |
Additional Inherited Members | |
Protected Attributes inherited from cil::State | |
| std::string | m_className |
| cil::Line::Line | ( | float | width = 1.0f | ) |
| float cil::Line::width |