Searched defs:PointBase (Results 1 – 3 of 3) sorted by relevance
11 template class PointBase<PointF, float, Vector2dF>; variable
15 template class PointBase<Point, int, Vector2d>; variable
75 PointBase(Type x, Type y) : x_(x), y_(y) {} in PointBase() function