Abacus.DoublePrecision.Vector3Tests.TestConstant_Backward_i C# (CSharp) 메소드

TestConstant_Backward_i() 개인적인 메소드

private TestConstant_Backward_i ( ) : void
리턴 void
        public void TestConstant_Backward_i ()
        {
            Vector3 result = Vector3.Backward;
            Vector3 expected = new Vector3(0, 0, 1);
            AssertEqualWithinReason(result, expected);
        }
Vector3Tests