public void TestRotateRegex(string input, float expected)
        {
            Processors.Rotate rotate = new Processors.Rotate();
            rotate.MatchRegexIndex(input);

            float result = rotate.Processor.DynamicParameter;

            Assert.AreEqual(expected, result);
        }
        public void TestRotateRegex(string input, float expected)
        {
            Processors.Rotate rotate = new Processors.Rotate();
            rotate.MatchRegexIndex(input);

            float result = rotate.Processor.DynamicParameter;

            Assert.AreEqual(expected, result);
        }