CircularShaper is a function which creates a circular arc which optionally passes through a point.
A CircularShaper will default to IN, however it can be set to be any of the three other modes.
CircularShaper may be modified using throughPoint().
May be referred to as Tween.CIRCULAR for use in setEasing().
CircularShaper()
CircularShaper( shapeMode )
CircularShaper( shapeMode, transition )
CircularShaper( shapeMode, transitionX, transitionY )
f(x){ 1 - sqrt(1 - x*x); }