Home | History | Annotate | Download | only in cpp

Lines Matching refs:Int2

916      * Utility function for returning an Element containing an int2.
2104 class Int2 {
2108 Int2(int initX, int initY)
2110 Int2() : x(0), y(0) {}