public class

PiscesMath

extends Object
java.lang.Object
   ↳ sun.java2d.pisces.PiscesMath

Summary

Constants
int PI
int PI_OVER_TWO
int TWO_PI
Fields
public static final int SQRT_TWO
Public Methods
static int cos(int theta)
static long hypot(long x, long y)
static double hypot(double x, double y)
static int hypot(int x, int y)
static int isqrt(int x)
static long lsqrt(long x)
static int sin(int theta)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int PI

Constant Value: 205887 (0x0003243f)

public static final int PI_OVER_TWO

Constant Value: 102943 (0x0001921f)

public static final int TWO_PI

Constant Value: 411774 (0x0006487e)

Fields

public static final int SQRT_TWO

Public Methods

public static int cos (int theta)

public static long hypot (long x, long y)

public static double hypot (double x, double y)

public static int hypot (int x, int y)

public static int isqrt (int x)

public static long lsqrt (long x)

public static int sin (int theta)