public class CylinderBounds extends BaseBounds
| Modifier and Type | Field and Description |
|---|---|
protected float |
height |
protected float |
outer_r |
angle, position, radius| Constructor and Description |
|---|
CylinderBounds(float x,
float y,
float z,
float height,
float radius) |
CylinderBounds(Vector center,
float height,
float radius) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ptInBounds(float x,
float y,
float z) |
protected boolean |
ptInCylinder(float x,
float y,
float z,
float r) |
centerX, centerX, centerY, centerY, centerZ, centerZ, move, move, move, ptInBounds, ptInBounds, ptInBoundsSphere, rotate, rotate, rotateX, rotateY, rotateZ, set, setPosition, setPosition, setPositionpublic CylinderBounds(float x,
float y,
float z,
float height,
float radius)
public CylinderBounds(Vector center, float height, float radius)
protected boolean ptInCylinder(float x,
float y,
float z,
float r)
public boolean ptInBounds(float x,
float y,
float z)
ptInBounds in class BaseBounds