C# Class Quadratic, TheDeadMemories

Afficher le fichier Open project: TheDeadMemoriesTeam/TheDeadMemories Class Usage Examples

Méthodes publiques

Свойство Type Description
a float
b float
c float

Méthodes publiques

Méthode Description
getArgOf ( float y ) : List
getValueFor ( float x ) : float
getVertex ( ) : Vector2
isAPositive ( ) : bool

Method Details

getArgOf() public méthode

public getArgOf ( float y ) : List
y float
Résultat List

getValueFor() public méthode

public getValueFor ( float x ) : float
x float
Résultat float

getVertex() public méthode

public getVertex ( ) : Vector2
Résultat Vector2

isAPositive() public méthode

public isAPositive ( ) : bool
Résultat bool

Property Details

a public_oe property

public float a
Résultat float

b public_oe property

public float b
Résultat float

c public_oe property

public float c
Résultat float