![]()  | 
  
    (C++)
    1.1.0
    
   A multi-platform, modular, universal engine for embedding advanced AI in games. 
   | 
 
The StepData struct - Helper structure describing discrete values used in Staircase function. More...
#include <StaircaseFunction.hh>
Public Attributes | |
| float | value = 0.0f | 
| value - Y-axis value.  | |
| float | startPoint = 0.0f | 
| startPoint - Start point of half-line extending to the right and having constant given value.  | |
| bool | inclusiveStartPoint = false | 
| inclusiveStartPoint - Determines whether exact start point also has given value. If not, it will be assigned value of previous discrete value.  | |
The StepData struct - Helper structure describing discrete values used in Staircase function.