public class RingBounds extends CylinderBounds
| Modifier and Type | Field and Description |
|---|---|
protected float |
height |
protected float |
inner_r |
outer_rangle, position, radius| Constructor and Description |
|---|
RingBounds(float x,
float y,
float z,
float height,
float outer,
float inner) |
RingBounds(Vector center,
float height,
float outer,
float inner) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ptInBounds(float x,
float y,
float z) |
ptInCylindercenterX, centerX, centerY, centerY, centerZ, centerZ, move, move, move, ptInBounds, ptInBounds, ptInBoundsSphere, rotate, rotate, rotateX, rotateY, rotateZ, set, setPosition, setPosition, setPositionpublic RingBounds(float x,
float y,
float z,
float height,
float outer,
float inner)
public RingBounds(Vector center, float height, float outer, float inner)
public boolean ptInBounds(float x,
float y,
float z)
ptInBounds in class CylinderBounds