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); }
public void Test1() { var test = GothicMath.getAngle(Matrix4.Zero); }