public class LibGDXTrigonometry extends java.lang.Object implements TrigonometryBase
| Modifier and Type | Field and Description |
|---|---|
static float |
BF_degreesToRadians |
static float |
BF_PI |
| Constructor and Description |
|---|
LibGDXTrigonometry() |
| Modifier and Type | Method and Description |
|---|---|
float |
cos(float x)
Calculates the cosine of a given value.
|
float |
sin(float x)
Calculates the sine of a given value.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittanpublic static final float BF_PI
public static final float BF_degreesToRadians
public float sin(float x)
TrigonometryBasesin in interface TrigonometryBasex - The value.public float cos(float x)
TrigonometryBasecos in interface TrigonometryBasex - The value.