示例#1
0
        public void testMathAngle()
        {
            var zenMathReturn = GothicMath.getAngle(Matrix4.Zero);
            var expect        = new Vector4(0, 0, 0, (float)(120 * (Math.PI / 180)));

            Assert.Equal(zenMathReturn, expect);
        }
示例#2
0
 public void Test1()
 {
     var test = GothicMath.getAngle(Matrix4.Zero);
 }