Ejemplo n.º 1
0
        public void NormlizeTest_MultRadian()
        {
            var target = new LED3D5thAngel();

            Assert.AreEqual(Math.PI, target.Normlize(3 * Math.PI));
        }
Ejemplo n.º 2
0
        public void NormlizeTest_MinusRadian()
        {
            var target = new LED3D5thAngel();

            Assert.AreEqual(1.5 * Math.PI, target.Normlize(-Math.PI / 2));
        }