public void Text_PositionIsCentered() { var text = new Text3D("Bom chicka bow wow"); Assert.AreEqual(new Vector3(), text.Position()); }