Home | History | Annotate | Download | only in Misc

Lines Matching refs:dimension

1428 template <int Dimension> class Point;
1429 template <int dimension, typename T> using Polygon = vector<Point<dimension>>;