Home
last modified time | relevance | path

Searched defs:ground_plane (Results 1 – 5 of 5) sorted by relevance

/dports/mail/coolmail/coolmail-1.3/
H A Dmailbox.h121 real_point_t ground_plane[] = { variable
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bpgl/depth_map/
H A Ddepth_map_scene.h72 std::vector<depth_map_region_sptr> ground_plane() const {return ground_plane_;} in ground_plane() function
H A Ddepth_map_scene.cxx28 depth_map_region_sptr const& ground_plane, in depth_map_scene()
39 void depth_map_scene::set_ground_plane(const vsol_polygon_2d_sptr& ground_plane) in set_ground_plane()
48 void depth_map_scene::add_ground(vsol_polygon_2d_sptr const& ground_plane, in add_ground()
/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dshadows.c33 float ground_plane[4]={0,0,1,0}; variable
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/
H A Dvolm_spherical_layers.cxx57 std::vector<depth_map_region_sptr> const& ground_plane, in fetch_depth()