Grail (C++)  1.3.0
A multi-platform, modular, universal engine for embedding advanced AI in games.
grail::evaluator::StepData Struct Reference

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.
 

Detailed Description

The StepData struct - Helper structure describing discrete values used in Staircase function.


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