예제 #1
0
 public void ApplyTest()
 => AssertThat(_v.Apply(x => x + 2)).IsEqualTo(new Vec3f(3, 3, 3));