|
|||||||||
| 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
public abstract class CollisionShape
| Field Summary | |
|---|---|
protected float |
ScaleEpsilon
|
| Fields inherited from class atavism.server.physics.BasicSphere |
|---|
center, radius |
| Constructor Summary | |
|---|---|
CollisionShape()
|
|
CollisionShape(AOVector center,
float radius)
|
|
| Method Summary | |
|---|---|
abstract 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 |
|---|
protected final float ScaleEpsilon
| Constructor Detail |
|---|
public CollisionShape()
public CollisionShape(AOVector center,
float radius)
| Method Detail |
|---|
public abstract boolean pointInside(AOVector p)
|
Copyright © 2018 Dragonsan Studios Sp. z o.o. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||