Commit e3c38ba0 authored by Davis King's avatar Davis King

Added a typedef for vector<double,2> called dpoint.

parent 8219dca2
......@@ -1272,6 +1272,7 @@ namespace dlib
// ----------------------------------------------------------------------------------------
typedef vector<long,2> point;
typedef vector<double,2> dpoint;
// ----------------------------------------------------------------------------------------
......
......@@ -438,6 +438,12 @@ namespace dlib
typedef vector<long,2> point;
/*!A dpoint
This is just a typedef of the vector object.
!*/
typedef vector<double,2> dpoint;
// ----------------------------------------------------------------------------------------
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment