Miscellaneous utilities.
object Angle
Various utilities for working with angles. |
|
class InterpolatingTreeMap : TreeMap<Double, Double>
Interpolating Tree Maps are used to get values at points that are not defined by making a guess from points that are defined. This uses linear interpolation. |
|
object MathUtil
Various math utilities. |
|
abstract class NanoClock
Clock interface with nanosecond precision and no guarantee about its origin (that is, this is only suited for measuring relative/elapsed time). |