|
|||||||||
Atavism Version 2018.1 | AGIS API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatavism.server.physics.BasicSphere
atavism.server.physics.CollisionShape
atavism.server.physics.CollisionCapsule
public class CollisionCapsule
Field Summary | |
---|---|
AOVector |
bottomcenter
|
float |
capRadius
|
float |
height
|
AOVector |
topcenter
|
Fields inherited from class atavism.server.physics.CollisionShape |
---|
ScaleEpsilon |
Fields inherited from class atavism.server.physics.BasicSphere |
---|
center, radius |
Constructor Summary | |
---|---|
CollisionCapsule(AOVector bottomcenter,
AOVector topcenter,
float capRadius)
|
Method Summary | |
---|---|
boolean |
pointInside(AOVector p)
|
Methods inherited from class atavism.server.physics.BasicSphere |
---|
Contains, pointInsideSphere |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public AOVector bottomcenter
public AOVector topcenter
public float height
public float capRadius
Constructor Detail |
---|
public CollisionCapsule(AOVector bottomcenter, AOVector topcenter, float capRadius)
Method Detail |
---|
public boolean pointInside(AOVector p)
pointInside
in class CollisionShape
|
Copyright © 2018 Dragonsan Studios Sp. z o.o. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |