PathInterpolator

class PathInterpolator(lostObjectCacheDurationMs: Long = 2000, animationDurationMs: Long = 100) : ArObjectTracker

Path interpolator

Constructors

Link copied to clipboard
fun PathInterpolator(lostObjectCacheDurationMs: Long = 2000, animationDurationMs: Long = 100)

Create empty Path interpolator

Functions

Link copied to clipboard
fun addTrackingListener(listener: (ArObject?) -> Unit): ArObjectTracker

Add tracking listener

Link copied to clipboard
fun clearListenersAndPipe()

Clear listeners and pipe

Link copied to clipboard
fun pipe(otherTracker: ArObjectTracker): ArObjectTracker

Pipe

Link copied to clipboard
open fun processObject(arObject: ArrayList<ArObject>)
open override fun processObject(arObject: ArObject?)

Process object

Link copied to clipboard

Remove tracking listener