I am trying to use boost.geometry with the integration of boost.units.
What I want to do is store a coordinate point (e.g: Cartesian or spherical)
which should be unit safe.(e.g a cartesian point with length unit meter
should give error with cross product is done with cartesian point with
length unit millimeter).
For this I am using boost::geometry::model::point.
Problems I am facing:
1. If I use something like boost::geometry::model::point
participants (1)
-
Pranam Lashkari