Lines Matching refs:Box3D
148 this->_vpdrag = new Box3D::VPDrag(this->desktop->getDocument());
286 Box3D::PerspectiveLine pline (this->drag_ptB, Proj::Z, document->getCurrentPersp3D());
402 Box3D::create_canvas_point(persp3d_get_VP(document()->getCurrentPersp3D(), Proj::W).affine(),
517 guint desc = Box3D::int_to_face(i);
519 Box3D::Axis plane = (Box3D::Axis) (desc & 0x7);
520 plane = (Box3D::is_plane(plane) ? plane : Box3D::orth_plane_or_axis(plane));
521 side->dir1 = Box3D::extract_first_axis_direction(plane);
522 side->dir2 = Box3D::extract_second_axis_direction(plane);
523 side->front_or_rear = (Box3D::FrontOrRear) (desc & 0x8);