A C D E F H I L M P R S T X Y

A

ArcCos(int) - Static method in class com.beartronics.FP
Compute ArcCos(f), 0 <= f <= 1
ArcSin(int) - Static method in class com.beartronics.FP
Compute ArcSin(f), 0 <= f <= 1
ArcTan(int) - Static method in class com.beartronics.FP
Computes ArcTan(f), f is a fixed point number |f| <= 1

C

Cos(int) - Static method in class com.beartronics.FP
Computes COS(f), f is a fixed point number in radians.

D

Div(int, int) - Static method in class com.beartronics.FP
Divides two fixed-point numbers

E

E - Static variable in class com.beartronics.FP
 
Exp(int) - Static method in class com.beartronics.FP
 

F

FP - class com.beartronics.FP.
 
FP() - Constructor for class com.beartronics.FP
 

H

HALF - Static variable in class com.beartronics.FP
 

I

intersects(int, int, int, int, int, int, int, int) - Static method in class com.beartronics.FP
Does line segment A intersection line segment B? Assumes 16 bit fixed point numbers with 16 bits of fraction.
intToFP(int) - Static method in class com.beartronics.FP
Convert an int to a 16:16 fixed-point

L

Ln(int) - Static method in class com.beartronics.FP
 

M

Mul(int, int) - Static method in class com.beartronics.FP
Multiply two fixed-point numbers

P

PI - Static variable in class com.beartronics.FP
 
PI_OVER_2 - Static variable in class com.beartronics.FP
 

R

round(int) - Static method in class com.beartronics.FP
Round to nearest fixed poitn integer

S

Sin(int) - Static method in class com.beartronics.FP
Computes SIN(f), f is a fixed point number in radians.
Sqrt(int) - Static method in class com.beartronics.FP
Compute square-root of a 16:16 fixed point number

T

Tan(int) - Static method in class com.beartronics.FP
 
toInt(int) - Static method in class com.beartronics.FP
Convert a 16:16 fixed-point to an int

X

xIntersect - Static variable in class com.beartronics.FP
 

Y

yIntersect - Static variable in class com.beartronics.FP
 

A C D E F H I L M P R S T X Y