
public class GeometryMath extends Object
| Modifier and Type | Field and Description |
|---|---|
static double |
DEG2RAD
Deprecated.
|
static double |
RAD2DEG
Deprecated.
|
| Constructor and Description |
|---|
GeometryMath() |
| Modifier and Type | Method and Description |
|---|---|
static Rect |
getBoundingBoxForRotatatedRectangle(Rect rect,
float angle,
Rect reuse) |
static Rect |
getBoundingBoxForRotatatedRectangle(Rect rect,
int centerX,
int centerY,
float angle,
Rect reuse) |
static Rect |
getBoundingBoxForRotatatedRectangle(Rect rect,
Point centerPoint,
float angle,
Rect reuse) |
@Deprecated public static final double DEG2RAD
@Deprecated public static final double RAD2DEG