Searched defs:xExtent (Results 1 – 3 of 3) sorted by relevance
60 public float xExtent, yExtent, zExtent; field in AbstractBox
64 float xExtent, yExtent, zExtent; field in BoundingBox908 public void setXExtent(float xExtent) { in setXExtent()
1149 float xExtent = Math.max(0f, (ex - sx) / 2f); in setGuiBounding() local