(C++)  1.0.0
A multi-platform, modular, universal engine for embedding advanced AI in games.
grail::curves::PowerFunction Member List

This is the complete list of members for grail::curves::PowerFunction, including all inherited members.

Curve()=default (defined in grail::curves::Curve)grail::curves::Curve
Curve(const Curve &other)=default (defined in grail::curves::Curve)grail::curves::Curve
Curve(Curve &&other)=default (defined in grail::curves::Curve)grail::curves::Curve
GetExponent() const (defined in grail::curves::PowerFunction)grail::curves::PowerFunction
GetIntercept() const (defined in grail::curves::PowerFunction)grail::curves::PowerFunction
GetSlope() const (defined in grail::curves::PowerFunction)grail::curves::PowerFunction
GetTypeId() const override (defined in grail::curves::PowerFunction)grail::curves::PowerFunctionvirtual
PowerFunction(float initSlope, float initIntercept, float initExponent) (defined in grail::curves::PowerFunction)grail::curves::PowerFunction
PowerFunction(std::pair< float, float > firstPoint, std::pair< float, float > secondPoint, float initExponent) (defined in grail::curves::PowerFunction)grail::curves::PowerFunction
Sample(float argument) const overridegrail::curves::PowerFunctionvirtual
~Curve()=default (defined in grail::curves::Curve)grail::curves::Curvevirtual