@Deprecated public class FastMath extends Object
Modifier and Type | Field and Description |
---|---|
static double |
HALF_PI
Deprecated.
|
static double |
PI
Deprecated.
|
static double |
SQUARED_PI
Deprecated.
|
static double |
THREE_PI_HALVES
Deprecated.
|
static double |
TWO_PI
Deprecated.
|
Constructor and Description |
---|
FastMath()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static double |
acos(double x)
Deprecated.
|
static double |
asin(double x)
Deprecated.
|
static double |
atan(double x)
Deprecated.
|
static double |
cos(double x)
Deprecated.
|
static double |
inverseSqrt(double x)
Deprecated.
|
static double |
sin(double x)
Deprecated.
|
static double |
sqrt(double x)
Deprecated.
|
static double |
tan(double x)
Deprecated.
|
public static final double PI
public static final double SQUARED_PI
public static final double HALF_PI
public static final double TWO_PI
public static final double THREE_PI_HALVES
public static final double cos(double x)
public static final double sin(double x)
public static final double tan(double x)
public static final double asin(double x)
public static final double acos(double x)
public static final double atan(double x)
public static final double inverseSqrt(double x)
public static final double sqrt(double x)
Copyright © 2015. All rights reserved.