public class MinecraftTrigonometry extends java.lang.Object implements TrigonometryBase
| Constructor and Description |
|---|
MinecraftTrigonometry() |
| Modifier and Type | Method and Description |
|---|---|
float |
cos(float value)
Calculates the cosine of a given value.
|
float |
sin(float p_76126_0_)
Calculates the sine of a given value.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittanpublic float sin(float p_76126_0_)
TrigonometryBasesin in interface TrigonometryBasep_76126_0_ - The value.public float cos(float value)
TrigonometryBasecos in interface TrigonometryBasevalue - The value.