diff options
Diffstat (limited to 'src/sp-guide.h')
| -rw-r--r-- | src/sp-guide.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/sp-guide.h b/src/sp-guide.h index 534992174..aa3464918 100644 --- a/src/sp-guide.h +++ b/src/sp-guide.h @@ -26,7 +26,8 @@ /* Represents the constraint on p that dot(g.direction, p) == g.position. */ struct SPGuide : public SPObject { - NR::Point normal; + NR::Point normal_to_line; + Geom::Point point_on_line; gdouble position; guint32 color; guint32 hicolor; @@ -35,7 +36,7 @@ struct SPGuide : public SPObject { }; struct SPGuideClass { - SPObjectClass parent_class; + SPObjectClass parent_class; }; GType sp_guide_get_type(); |
