BetterHud
Toggle table of contents
1.12.1
dist
Platform filter
dist
Switch theme
Search in API
BetterHud
BetterHud/dist
/
kr.toxicity.hud.equation
/
EquationPair
Equation
Pair
class
EquationPair
(
val
x
:
TEquation
,
val
y
:
TEquation
)
Members
Constructors
Equation
Pair
Link copied to clipboard
constructor
(
section
:
YamlObject
)
constructor
(
x
:
TEquation
,
y
:
TEquation
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
x
Link copied to clipboard
val
x
:
TEquation
y
Link copied to clipboard
val
y
:
TEquation
Functions
evaluate
Link copied to clipboard
infix
fun
evaluate
(
d
:
Double
)
:
Pair
<
Double
,
Double
>