8 import fields2cover
as f2c
11 assert pytest.approx(p.getX()) == pytest.approx(x);
12 assert pytest.approx(p.getY()) == pytest.approx(y);
13 assert pytest.approx(p.getZ()) == pytest.approx(z);
16 p1 = f2c.Point(1.1, 2.2, 3.3);
17 p2 = f2c.Point(-0.5, 0.6, 1);
29 p1 = f2c.Point(1.1, 2.2, 3.3);
30 p2 = f2c.Point(-0.5, 0.6, 1);
37 p1 = f2c.Point(1.1, 2.2, 3.3);
42 p1 = f2c.Point(1.1, 2.2, 3.3);