Home
last modified time | relevance | path

Searched refs:plane_real (Results 1 – 1 of 1) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/core/vgl/tests/
H A Dtest_plane_3d.cxx81 vgl_plane_3d<double> plane_real(-.162, 0.987, 0.0, 6943.55); in test_operations() local
82 vgl_point_3d<double> pt3d_on = vgl_closest_point(pt3d, plane_real); in test_operations()
84 good = plane_real.plane_coords(pt3d_on, pt2d, 1e-5); in test_operations()
86 vgl_point_3d<double> prec_3d = plane_real.world_coords(pt2d); in test_operations()