public void FromString() { Vector2f v = new Vector2f(1, 2); Assert.AreEqual(v, Vector2f.FromString("1,2")); }