DOTS Geometry
 
Loading...
Searching...
No Matches
Parabola Struct Reference

Parameters of a parabola function. More...

Public Member Functions

float Evaluate (float x)
 The value of this parabola at x.
 
 Parabola (float a, float b, float c)
 
- Public Member Functions inherited from IGraphFunction

Public Attributes

float a
 
float b
 
float c
 

Detailed Description

Parameters of a parabola function.

Member Function Documentation

◆ Evaluate()

float Evaluate ( float x)

The value of this parabola at x.

Parameters
x
Returns

Implements IGraphFunction.