Example #1
0
        public void TestAdjacentLength()
        {
            double length = VecmathUtil.AdjacentLength(new Vector2(2, 4), new Vector2(9, 4), 6d);

            Assert.AreEqual(4.94, length, 0.01);
        }