private static final class OrthogonalizeAction.EN extends Object
Modifier | Constructor and Description |
---|---|
private |
OrthogonalizeAction.EN() |
Modifier and Type | Method and Description |
---|---|
static EastNorth |
diff(EastNorth en1,
EastNorth en2) |
static double |
polar(EastNorth en1,
EastNorth en2) |
static EastNorth |
rotateCC(EastNorth pivot,
EastNorth en,
double angle)
Rotate counter-clock-wise.
|
static EastNorth |
sum(EastNorth en1,
EastNorth en2) |
private OrthogonalizeAction.EN()