Skip to content

Commit 53ec308

Browse files
authored
Remove slope from ITrackTile
1 parent ee490b7 commit 53ec308

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/main/java/trackapi/lib/ITrackTile.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ public interface ITrackTile {
1212
*/
1313
public double getTrackGauge();
1414

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-
2115
/**
2216
* Used by rolling stock to look up their next position.
2317
*

0 commit comments

Comments
 (0)