Home
last modified time | relevance | path

Searched defs:myvertex (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/blender/blender-2.91.0/release/scripts/addons/archimesh/
H A Dachm_stairs_maker.py288 def create_rect_step(self, origin, myvertex, myfaces, index, step): argument
336 def create_round_step(self, origin, myvertex, myfaces, index, step): argument
H A Dachm_room_maker.py646 def make_wall(prv, wall, baseboard, lastface, lastx, lasty, height, myvertex, myfaces): argument
765 def make_curved_wall(myvertex, myfaces, size, wall_angle, lastx, lasty, height, argument
H A Dachm_window_panel.py481 def generate_vertex_data(op, myvertex, myfaces): argument
/dports/math/dune-alugrid/dune-alugrid-08c6496d4d4a33df6456c3b402182f353dc2e76d/dune/alugrid/impl/serial/
H A Dgitter_sti.h3369 inline Gitter::Geometric::VertexGeo * Gitter::Geometric::hedge1::myvertex (int i) in myvertex() function
3375 …inline const Gitter::Geometric::hedge1::myvertex_t * Gitter::Geometric::hedge1::myvertex (int i) c… in myvertex() function
3614 inline Gitter::Geometric::hface3::myvertex_t * Gitter::Geometric::hface3::myvertex (int i) { in myvertex() function
3793 inline Gitter::Geometric::hface4::myvertex_t * Gitter::Geometric::hface4::myvertex (int i) { in myvertex() function
3939 inline Gitter::Geometric::Tetra::myvertex_t * Gitter::Geometric::Tetra::myvertex (int i, int j) { in myvertex() function
3948 inline Gitter::Geometric::Tetra::myvertex_t * Gitter::Geometric::Tetra::myvertex (int i) { in myvertex() function
3953 …inline const Gitter::Geometric::Tetra::myvertex_t * Gitter::Geometric::Tetra::myvertex (int i) con… in myvertex() function
4034 inline Gitter::Geometric::Periodic3::myvertex_t * Gitter::Geometric::Periodic3::myvertex (int i) { in myvertex() function
4196 inline Gitter::Geometric::Hexa::myvertex_t * Gitter::Geometric::Hexa::myvertex (int i, int j) in myvertex() function
4207 Gitter::Geometric::Hexa::myvertex (int i) in myvertex() function
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/dc/
H A Dlabel.cpp94 struct packed_colour_vertex_list myvertex; in draw() local
H A Ddisplay.cpp383 struct packed_colour_vertex_list myvertex; in updateScreenPolygons() local
531 struct packed_colour_vertex_list myvertex; in drawMouse() local
H A Dselector.cpp49 struct packed_colour_vertex_list myvertex; in draw_solid_quad() local
94 struct packed_colour_vertex_list myvertex; in draw_trans_quad() local
H A Dicon.cpp75 struct packed_colour_vertex_list myvertex; in draw() local
/dports/games/scummvm/scummvm-2.5.1/backends/platform/dc/
H A Dlabel.cpp94 struct packed_colour_vertex_list myvertex; in draw() local
H A Dselector.cpp49 struct packed_colour_vertex_list myvertex; in draw_solid_quad() local
94 struct packed_colour_vertex_list myvertex; in draw_trans_quad() local
H A Ddisplay.cpp384 struct packed_colour_vertex_list myvertex; in updateScreenPolygons() local
532 struct packed_colour_vertex_list myvertex; in drawMouse() local
H A Dicon.cpp75 struct packed_colour_vertex_list myvertex; in draw() local
/dports/cad/opencascade/opencascade-7.6.0/src/BRepToIGESBRep/
H A DBRepToIGESBRep_Entity.cxx158 TopoDS_Vertex myvertex = TopoDS::Vertex(myshape); in TransferVertexList() local
183 Standard_Integer BRepToIGESBRep_Entity::AddVertex(const TopoDS_Vertex& myvertex) in AddVertex()
/dports/math/dune-alugrid/dune-alugrid-08c6496d4d4a33df6456c3b402182f353dc2e76d/dune/alugrid/impl/parallel/
H A Dgitter_pll_impl.h33 inline myvertex_t & myvertex () { return *this; } in myvertex() function
34 inline const myvertex_t & myvertex () const { return *this; } in myvertex() function
/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/gm/
H A Dgm.h674 union vertex *myvertex; member