We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee490b7 commit 53ec308Copy full SHA for 53ec308
1 file changed
src/main/java/trackapi/lib/ITrackTile.java
@@ -12,12 +12,6 @@ public interface ITrackTile {
12
*/
13
public double getTrackGauge();
14
15
- /**
16
- * The slope of the track. For example, going up 1 meter for every 100 meters in
17
- * length would equal 1/100 or 0.01
18
- */
19
- public double getTrackSlope();
20
-
21
/**
22
* Used by rolling stock to look up their next position.
23
*
0 commit comments