TerrainSampleInterface.sample(int, int)

I’m using the Terrain provided by Xith for my project but the x and y values I might receive for coordinates are not necessarily ints and can’t be cast/rounded/etc (they’re geographical coordinates). My question is, was there any rationale for passing two ints versus, for example, two doubles?