diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2007-08-26 17:56:46 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2007-08-26 17:56:46 +0000 |
| commit | 59e792a6ebbacb1ddaba1d9825772a75805cc6ab (patch) | |
| tree | c808a8882712250463c67c7230d60bdd578b5f18 /src/perspective3d.h | |
| parent | Rewrite of z-order code for 3D boxes, first stage (hopefully this is finally ... (diff) | |
| download | inkscape-59e792a6ebbacb1ddaba1d9825772a75805cc6ab.tar.gz inkscape-59e792a6ebbacb1ddaba1d9825772a75805cc6ab.zip | |
Various small cleanups
(bzr r3587)
Diffstat (limited to 'src/perspective3d.h')
| -rw-r--r-- | src/perspective3d.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/perspective3d.h b/src/perspective3d.h index a56003393..8c63cf42e 100644 --- a/src/perspective3d.h +++ b/src/perspective3d.h @@ -44,6 +44,8 @@ public: void update_box_reprs (); void update_z_orders (); + NR::Point direction (NR::Point pt, Box3D::Axis axis); + /* convenience functions for interaction with dragging machinery: */ bool all_boxes_occur_in_list (GSList *boxes_to_do); GSList * boxes_occurring_in_list (GSList * list_of_boxes); |
