hackedteam/rcs-console

View on GitHub
src/org/un/cava/birdeye/ravis/distortions/IDistortion.as

Summary

Maintainability
Test Coverage
package org.un.cava.birdeye.ravis.distortions
{
    import flash.geom.Point;
    
    public interface IDistortion
    {
        function distort(distortionPoint:Point):void
    }
}