
This version serves about as well, doesn't use [units], and uses very little
of [geometry].
terry
----- Original Message -----
From: "alfC"
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