Home
last modified time | relevance | path

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

/dports/misc/vxl/vxl-3.3.2/contrib/mul/vimt3d/
H A Dvimt3d_reflect.h23 img.world_bounds(bboxmin, bboxmax); in vimt3d_reflect_x()
39 img.world_bounds(bboxmin, bboxmax); in vimt3d_reflect_y()
55 img.world_bounds(bboxmin, bboxmax); in vimt3d_reflect_z()
H A Dvimt3d_image_3d.cxx37 void vimt3d_image_3d::world_bounds(std::vector<double>& b_lo, in world_bounds() function in vimt3d_image_3d
69 img.world_bounds(b_lo,b_hi); in world_bounding_box()
H A Dvimt3d_image_3d.h41 void world_bounds(std::vector<double>& b_lo,
/dports/misc/vxl/vxl-3.3.2/contrib/mul/vimt/
H A Dvimt_reflect.h23 img.world_bounds(bboxmin, bboxmax); in vimt_reflect_x()
39 img.world_bounds(bboxmin, bboxmax); in vimt_reflect_y()
H A Dvimt_image_2d.cxx36 void vimt_image_2d::world_bounds(std::vector<double>& b_lo, in world_bounds() function in vimt_image_2d
64 img.world_bounds(b_lo,b_hi); in world_bounding_box()
H A Dvimt_image_2d.h46 void world_bounds(std::vector<double>& b_lo,
H A Dvimt_image.h50 virtual void world_bounds(std::vector<double>& b_lo,
/dports/devel/etl/synfig-1.2.2/synfig-core/src/synfig/layers/
H A Dlayer_meshtransform.cpp92 world_bounds(Rect::zero()), in Layer_MeshTransform()
113 world_bounds = Rect::zero(); in update_mesh_and_mask()
119 world_bounds.set_point(i->position); in update_mesh_and_mask()
123 world_bounds.expand(i->position); in update_mesh_and_mask()
194 return world_bounds; in get_full_bounding_rect()
H A Dlayer_meshtransform.h55 Rect world_bounds; variable
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/synfig/layers/
H A Dlayer_meshtransform.cpp92 world_bounds(Rect::zero()), in Layer_MeshTransform()
113 world_bounds = Rect::zero(); in update_mesh_and_mask()
119 world_bounds.set_point(i->position); in update_mesh_and_mask()
123 world_bounds.expand(i->position); in update_mesh_and_mask()
194 return world_bounds; in get_full_bounding_rect()
H A Dlayer_meshtransform.h55 Rect world_bounds; variable
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/synfig/layers/
H A Dlayer_meshtransform.cpp92 world_bounds(Rect::zero()), in Layer_MeshTransform()
113 world_bounds = Rect::zero(); in update_mesh_and_mask()
119 world_bounds.set_point(i->position); in update_mesh_and_mask()
123 world_bounds.expand(i->position); in update_mesh_and_mask()
194 return world_bounds; in get_full_bounding_rect()
H A Dlayer_meshtransform.h55 Rect world_bounds; variable
/dports/misc/py-kartograph/kartograph.py-0.6.8/kartograph/proj/azimuthal/
H A Dazimuthal.py53 def world_bounds(self, bbox, llbbox=(-180, -90, 180, 90)): member in Azimuthal
59 bbox = super(Azimuthal, self).world_bounds(bbox, llbbox)
/dports/games/zhlt/zhlt-3.4/hlcsg/
H A Dqcsg.cpp29 BoundingBox world_bounds; variable
1123 world_bounds.reset(); in BoundWorld()
1132 world_bounds.add(h->bounds); in BoundWorld()
1136 (int)world_bounds.m_Mins[0], (int)world_bounds.m_Mins[1], (int)world_bounds.m_Mins[2], in BoundWorld()
1137 (int)world_bounds.m_Maxs[0], (int)world_bounds.m_Maxs[1], (int)world_bounds.m_Maxs[2]); in BoundWorld()
/dports/misc/py-kartograph/kartograph.py-0.6.8/kartograph/proj/
H A D__init__.py91 print proj.world_bounds(bbox)
H A Dbase.py125 def world_bounds(self, bbox, llbbox=(-180, -90, 180, 90)): member in Proj
H A Dpseudocylindrical.py400 def world_bounds(self, bbox, llbbox=(-180, -90, 180, 90)): member in Nicolosi
406 bbox = super(PseudoCylindrical, self).world_bounds(bbox, llbbox)
/dports/misc/vxl/vxl-3.3.2/contrib/mul/vimt3d/tests/
H A Dtest_crop.cxx36 original_image.world_bounds(lo,hi); in test_crop()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd2d1_1.h1131 …eContext_GetImageWorldBounds(This,image,world_bounds) (This)->lpVtbl->GetImageWorldBounds(This,ima… argument
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd2d1_1.h1131 …eContext_GetImageWorldBounds(This,image,world_bounds) (This)->lpVtbl->GetImageWorldBounds(This,ima… argument
/dports/games/pyspacewar/pyspacewar-1.1.1/src/pyspacewar/
H A Dui.py313 self.world_bounds = min(x1, x2), min(y1, y2), max(x1, x2), max(y1, y2)
347 xmin, ymin, xmax, ymax = self.world_bounds