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