Searched refs:orig_corner0 (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/
H A Dbox3d.cpp156 box->orig_corner0 = Proj::Pt3(value);
157 box->save_corner0 = box->orig_corner0;
235 gchar *coordstr0 = box->orig_corner0.coord_string();
242 box->orig_corner0.normalize();
245 box->save_corner0 = box->orig_corner0;
308 return Proj::Pt3 ((id & Box3D::X) ? box->orig_corner7[Proj::X] : box->orig_corner0[Proj::X],
309 (id & Box3D::Y) ? box->orig_corner7[Proj::Y] : box->orig_corner0[Proj::Y],
310 (id & Box3D::Z) ? box->orig_corner7[Proj::Z] : box->orig_corner0[Proj::Z],
330 box->orig_corner0.normalize();
332 return Proj::Pt3 ((box->orig_corner0[Pro
[all...]
H A Dbox3d.h39 Proj::Pt3 orig_corner0; member in class:SPBox3D
/inkscape/src/ui/tools/
H A Dbox3d-tool.cpp561 this->box3d->orig_corner0 = this->drag_origin_proj;
588 this->box3d->orig_corner0 = this->drag_origin_proj;

Completed in 101 milliseconds