|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Angle | |
---|---|
mako5.math |
Uses of Angle in mako5.math |
---|
Methods in mako5.math that return Angle | |
---|---|
static Angle |
Angle.atan(float x,
float y)
Determines an angle by using atan |
Angle |
R2v.getDirection()
Returns the angle that this makes with the positive x-axis. |
Angle |
Polar.getTheta()
Returns the angle of this |
Methods in mako5.math with parameters of type Angle | |
---|---|
void |
Angle.add(Angle other_)
Adds another angle to this. |
static void |
Angle.glNegRotate(Angle rAngle_,
float x,
float y,
float z)
Performs an openGL rotation that is -angle. |
static void |
Angle.glRotate(Angle rAngle_,
float x,
float y,
float z)
Performs an openGL rotation based upon this angle. |
void |
Angle.sub(Angle other_)
Subtracts another angle from this. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |