Home | History | Annotate | Download | only in cpp

Lines Matching full:short2

893      * Utility function for returning an Element containing a short2.
2063 class Short2 {
2067 Short2(short initX, short initY)
2069 Short2() : x(0), y(0) {}