Searched defs:Short3 (Results 1 – 3 of 3) sorted by relevance
27 public class Short3 { class28 public Short3() { in Short3() method in Short331 public Short3(short initX, short initY, short initZ) { in Short3() method in Short3
23 public class Short3 { class28 public Short3() { in Short3() method in Short332 public Short3(short i) { in Short3() method in Short336 public Short3(short x, short y, short z) { in Short3() method in Short343 public Short3(Short3 source) { in Short3() method in Short3
146 Short3(short initX, short initY, short initZ) in Short3() function148 Short3() : x(0), y(0), z(0) {} in Short3() function