FloatSnapEvery

class FloatSnapEvery(val every: Float, val threshold: Float) : Snap<Float>

Constructors

Link copied to clipboard
constructor(every: Float, threshold: Float)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun snap(input: Float): Float