| Package | Description |
|---|---|
| rajawali.animation | |
| rajawali.math |
| Constructor and Description |
|---|
RotateAnimation3D(Number3D.Axis axis,
float degreesToRotate) |
RotateAnimation3D(Number3D.Axis axis,
float rotateFrom,
float degreesToRotate) |
RotateAroundAnimation3D(Number3D center,
Number3D.Axis axis,
float distance) |
RotateAroundAnimation3D(Number3D center,
Number3D.Axis axis,
float distance,
int direction) |
| Modifier and Type | Method and Description |
|---|---|
static Number3D.Axis |
Number3D.Axis.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Number3D.Axis[] |
Number3D.Axis.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Quaternion |
Quaternion.fromAngleAxis(float angle,
Number3D.Axis axis) |
static Number3D |
Number3D.getAxisVector(Number3D.Axis axis) |