C# Class Quadratic, TheDeadMemories

Datei anzeigen Open project: TheDeadMemoriesTeam/TheDeadMemories Class Usage Examples

Public Properties

Property Type Description
a float
b float
c float

Public Methods

Method Description
getArgOf ( float y ) : List
getValueFor ( float x ) : float
getVertex ( ) : Vector2
isAPositive ( ) : bool

Method Details

getArgOf() public method

public getArgOf ( float y ) : List
y float
return List

getValueFor() public method

public getValueFor ( float x ) : float
x float
return float

getVertex() public method

public getVertex ( ) : Vector2
return Vector2

isAPositive() public method

public isAPositive ( ) : bool
return bool

Property Details

a public_oe property

public float a
return float

b public_oe property

public float b
return float

c public_oe property

public float c
return float