Home
last modified time | relevance | path

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

/dports/cad/repsnapper/repsnapper-2.5a4/src/
H A Dshape.h90 virtual void OptimizeRotation();
H A Dmodel.h84 void OptimizeRotation(Shape *shape, TreeObject *object);
H A Dmodel.cpp665 void Model::OptimizeRotation(Shape *shape, TreeObject *object) in OptimizeRotation() function in Model
669 shape->OptimizeRotation(); in OptimizeRotation()
H A Dshape.cpp399 void Shape::OptimizeRotation() in OptimizeRotation() function in Shape
/dports/cad/repsnapper/repsnapper-2.5a4/src/ui/
H A Dview.cpp892 m_model->OptimizeRotation(shapes[i], NULL); in auto_rotate()
895 m_model->OptimizeRotation(NULL, objects[i]); in auto_rotate()