Home | History | Annotate | Download | only in cpp

Lines Matching refs:Short3

142 class Short3 {
146 Short3(short initX, short initY, short initZ)
148 Short3() : x(0), y(0), z(0) {}
1257 * Utility function for returning an Element containing a short3.