private static final class OrthogonalizeAction.EN extends java.lang.Object
Modifier | Constructor and Description |
---|---|
private |
EN() |
Modifier and Type | Method and Description |
---|---|
static EastNorth |
diff(EastNorth en1,
EastNorth en2) |
static double |
polar(EastNorth en1,
EastNorth en2) |
static EastNorth |
rotate_cc(EastNorth pivot,
EastNorth en,
double angle) |
static EastNorth |
sum(EastNorth en1,
EastNorth en2) |
private EN()