示例#1
0
        public void Test_XYZTests_Get2DLength()
        {
            XYZ a = new XYZ(1, 0, 0);
            XYZ b = new XYZ(11, 0, 0);

            Assert.Equal(10.0, XYZ.Get2DLength(a, b));
        }