ly.img.android.pesdk.utils / TransformedMotionEvent / isCheckpoint

isCheckpoint

open fun isCheckpoint(): Boolean

If this return true you must saveImage your current state. The TransformDifference values will be at the start values. (xDiff = 0, yDiff = 0; angleDiff = 0; distanceDiff, scale = 1;)

Return
Boolean: true if this is a checkpoint event.

See Also
#obtainTransformDifference()