mirror of
https://github.com/csharpee/Map-Projections.git
synced 2025-12-12 00:00:17 -05:00
unused imports
oops
This commit is contained in:
parent
6960477da6
commit
cf0453e606
@ -2,8 +2,6 @@ package maps;
|
|||||||
|
|
||||||
import utils.Shape;
|
import utils.Shape;
|
||||||
|
|
||||||
import java.util.Arrays;
|
|
||||||
|
|
||||||
import static java.lang.Math.PI;
|
import static java.lang.Math.PI;
|
||||||
import static java.lang.Math.abs;
|
import static java.lang.Math.abs;
|
||||||
import static java.lang.Math.acos;
|
import static java.lang.Math.acos;
|
||||||
@ -12,7 +10,6 @@ import static java.lang.Math.atan2;
|
|||||||
import static java.lang.Math.cos;
|
import static java.lang.Math.cos;
|
||||||
import static java.lang.Math.hypot;
|
import static java.lang.Math.hypot;
|
||||||
import static java.lang.Math.pow;
|
import static java.lang.Math.pow;
|
||||||
import static java.lang.Math.signum;
|
|
||||||
import static java.lang.Math.sin;
|
import static java.lang.Math.sin;
|
||||||
import static java.lang.Math.sqrt;
|
import static java.lang.Math.sqrt;
|
||||||
import static java.lang.Math.toRadians;
|
import static java.lang.Math.toRadians;
|
||||||
|
|||||||
@ -32,9 +32,7 @@ import utils.Shape;
|
|||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
import static java.lang.Double.NEGATIVE_INFINITY;
|
|
||||||
import static java.lang.Double.NaN;
|
import static java.lang.Double.NaN;
|
||||||
import static java.lang.Double.POSITIVE_INFINITY;
|
|
||||||
import static java.lang.Math.PI;
|
import static java.lang.Math.PI;
|
||||||
import static java.lang.Math.abs;
|
import static java.lang.Math.abs;
|
||||||
import static java.lang.Math.atan;
|
import static java.lang.Math.atan;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user