CSMath

object CSMath

Functions

Link copied to clipboard
fun between(value: Int, from: Int, to: Int): Boolean
Link copied to clipboard
fun getDistance(point1: CSPoint<Double>, point2: CSPoint<Double>): Float
Link copied to clipboard
fun randomInt(minimum: Int, maximum: Int): Int
Link copied to clipboard
fun to1E6(value: Double): Int