Searched refs:point_base (Results 1 – 1 of 1) sorted by relevance
508 template<class T> struct point_base struct512 point_base() {} in point_base() argument513 point_base(T x_, T y_) : x(x_), y(y_) {} in point_base() argument515 typedef point_base<int> point_i; //-----point_i516 typedef point_base<float> point_f; //-----point_f517 typedef point_base<double> point_d; //-----point_d