Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Quadratic
C# Class Quadratic, TheDeadMemories
Exibir arquivo
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