Package com.aidano7.bison
Class Bison
java.lang.Object
com.aidano7.bison.Bison
public class Bison
extends java.lang.Object
- Since:
- 3/26/2021
- Author:
- aidano-7
-
Field Summary
Fields Modifier and Type Field Description static float
E
E, also known as Euler's numberstatic float
GOLDEN_RATIO
Golden ratio, used for some calculations.static float
PI
PI is a constant that is the ratio of a circle's circumference to its diameter.static float
ROOT_TWO
Square root of 2, or Pythagoras' constant.static float
TAU
Tau is defined as 2 pi. -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
PI
public static final float PIPI is a constant that is the ratio of a circle's circumference to its diameter.- See Also:
- Constant Field Values
-
TAU
public static final float TAUTau is defined as 2 pi.- See Also:
- Constant Field Values
-
E
public static final float EE, also known as Euler's number- See Also:
- Constant Field Values
-
ROOT_TWO
public static final float ROOT_TWOSquare root of 2, or Pythagoras' constant.- See Also:
- Constant Field Values
-
GOLDEN_RATIO
public static final float GOLDEN_RATIOGolden ratio, used for some calculations.- See Also:
- Constant Field Values
-