getVariation

abstract fun getVariation(): Point(source)

Gets the vector [current position - old position].

Return

a Point instance whose coordinates are [cP.x - oP.x; cP.y - cP.y]