19 May
2010
19 May
'10
9:28 a.m.
On May 17, 9:45 pm, "Terry Golubiewski"
I'm trying to use boost::geometry and boost::units together. For some reason boost::geometry doesn't represent the difference of two points as vectors. So, I'm making my own Vector class and defining Vector = Point - Point. The sample program below doesn't compile because I need to tell the units library about the special properties of point subtraction (I think).
please post your solution if you find one. I have a similar problem. Alfredo