Searched defs:Short3 (Results 1 – 3 of 3) sorted by relevance
31 public class Short3 { class32 public Short3() { in Short3() method in Short335 public Short3(short initX, short initY, short initZ) { in Short3() method in Short3
28 public class Short3 { class33 public Short3() { in Short3() method in Short337 public Short3(short i) { in Short3() method in Short341 public Short3(short x, short y, short z) { in Short3() method in Short348 public Short3(Short3 source) { in Short3() method in Short3
146 Short3(int16_t initX, int16_t initY, int16_t initZ) in Short3() function148 Short3() : x(0), y(0), z(0) {} in Short3() function