public abstract class CollisionShape extends BasicSphere
| Modifier and Type | Field and Description |
|---|---|
protected float |
ScaleEpsilon |
center, radius| Constructor and Description |
|---|
CollisionShape() |
CollisionShape(AOVector center,
float radius) |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
pointInside(AOVector p) |
Contains, pointInsideSphereprotected final float ScaleEpsilon
public CollisionShape()
public CollisionShape(AOVector center, float radius)
public abstract boolean pointInside(AOVector p)