List of all members.
Static Public Member Functions |
static final float | toRadians (float degrees) |
static final float | toDegrees (float radians) |
static final float | max (float x, float y) |
static final float | min (float x, float y) |
static final Vec2F | toModelSpace (final Transform tfo, final Vec2F coord) |
static final Vec2F | toWorldSpace (final Transform tfo, final Vec2F coord) |
Static Public Attributes |
static final float | PI = 3.14159265f |
static final float | PI180 = 0.0174532925f |
static final float | PI180I = 57.2957795f |
static final Vec2F | HALFVEC = new Vec2F(0.5f, 0.5f) |
Static Protected Attributes |
static Vec2F | temp = new Vec2F() |
The documentation for this class was generated from the following file:
- src/celery/engine/utils/Utils.java