public void Length() { var vector = new Vector3(3, 4, 5); Assert.AreEqual(Math.Sqrt(50), vector.Length(), Delta); }