public class CollisionCapsule extends CollisionShape
| Modifier and Type | Field and Description |
|---|---|
AOVector |
bottomcenter |
float |
capRadius |
float |
height |
AOVector |
topcenter |
ScaleEpsiloncenter, radius| Constructor and Description |
|---|
CollisionCapsule(AOVector bottomcenter,
AOVector topcenter,
float capRadius) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
pointInside(AOVector p) |
Contains, pointInsideSpherepublic AOVector bottomcenter
public AOVector topcenter
public float height
public float capRadius
public boolean pointInside(AOVector p)
pointInside in class CollisionShape