The Point class inherits from the base class State, defining size and other properties of Point. More...
#include <state.h>
Public Member Functions | |
| Point (float size=1.0f, bool programmable=false) | |
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 | size |
| bool | programmable |
Additional Inherited Members | |
Protected Attributes inherited from cil::State | |
| std::string | m_className |
| cil::Point::Point | ( | float | size = 1.0f, |
| bool | programmable = false ) |
| bool cil::Point::programmable |
| float cil::Point::size |