Home | History | Annotate | Download | only in cpp

Lines Matching refs:Int3

196 class Int3 {
200 Int3(int initX, int initY, int initZ)
202 Int3() : x(0), y(0), z(0) {}
1293 * Utility function for returning an Element containing an int3.