|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mascotcapsule.micro3d.v3.Util3D
This is a utility class for the various 3DCG related operations.
Method Summary | |
static int |
cos(int p)
Calcuates the cosine. |
static int |
sin(int p)
Calculates the sine. |
static int |
sqrt(int p)
Calculates the square root. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static final int sqrt(int p)
p
- Integer value
public static final int sin(int p)
p
- Angles(4096 and 360 degrees)
public static final int cos(int p)
p
- Angles(4096 and 360 degrees)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |