コード例 #1
0
 @Test
 public void distance() {
   float found = UtilPoint3D_F32.distance(1, 2, 3, 4, -3, -4);
   assertEquals(9.1104f, found, 1e-3);
 }