Grail (C#)  1.3.0
A multi-platform, modular, universal engine for embedding advanced AI in games.
Grail.Evaluators.Curves.StepData Struct Reference

Helper structure describing discrete values used in Staircase function. More...

Public Attributes

float value
 Y-axis value. More...
 
float startPoint
 Start point of half-line extending to the right and having constant given value. More...
 
bool inclusiveStartPoint
 Determines whether exact start point also has given value. If not, it will be assigned value of previous discrete value. More...
 

Detailed Description

Helper structure describing discrete values used in Staircase function.

Member Data Documentation

◆ inclusiveStartPoint

bool Grail.Evaluators.Curves.StepData.inclusiveStartPoint

Determines whether exact start point also has given value. If not, it will be assigned value of previous discrete value.

◆ startPoint

float Grail.Evaluators.Curves.StepData.startPoint

Start point of half-line extending to the right and having constant given value.

◆ value

float Grail.Evaluators.Curves.StepData.value

Y-axis value.


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