centimeters

fun centimeters(value: Int): Distance
fun centimeters(value: Long): Distance
fun centimeters(value: Double): Distance

Creates a Distance instance from the given value in centimeters.