Searched defs:empty (Results 1 – 2 of 2) sorted by relevance
111 val empty = Cubic.empty(10f, 0f) in <lambda>() constant
370 internal fun empty(x0: Float, y0: Float): Cubic = Cubic(x0, y0, x0, y0, x0, y0, x0, y0) in hashCode() method