Lines Matching defs:side
24 #include "box3d-side.h"
260 /* This draws the curve and calls requestDisplayUpdate() for each side (the latter is done in
263 Box3DSide *side = dynamic_cast<Box3DSide *>(obj);
264 if (side) {
265 box3d_side_position_set(side);
629 // C and D lie on the same side of the line AB
636 // The line CD passes on the "wrong" side of A
640 // The line CD passes on the "correct" side of A
1078 Box3DSide *side = dynamic_cast<Box3DSide *>(obj);
1079 if (side) {
1080 sides[Box3D::face_to_int(side->getFaceId())] = side;
1094 std::map<int, Box3DSide *>::iterator side;
1096 side = sides.find(box->z_orders[i]);
1097 if (side != sides.end()) {
1098 ((*side).second)->lowerToBottom();
1280 Box3DSide *side = dynamic_cast<Box3DSide *>(obj);
1281 if (side) {
1282 Inkscape::XML::Node *repr = box3d_side_convert_to_path(side);
1285 g_warning("Non-side item encountered as child of a 3D box.");