Shaper which is an inverted partial cosine function. A CosineShaper will default to IN_OUT, or SIGMOID,
however it can be set to be any of the three other modes. CosineShaper otherwise does not have any modifiers.
May be referred to as Tween.COSINE for use in setEasing().
CosineShaper()
CosineShaper( shapeMode )
CosineShaper( shapeMode, transition )
CosineShaper( shapeMode, transitionX, transitionY )
f(x){ 1 - cos( x*HALF_PI ); }