Пример #1
0
        public void AdjacentFromAngleAndHypotenuse()
        {
            var result = Trigonometry.AdjacentFromAngleAndHypotenuse(angleAH, hypotenuse);

            Assert.IsTrue(Mathf.Approximately(adjacent, result));
        }