|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.jinx.action.Actor net.jinx.action.VisibleActor net.jinx.physics.util.VisiblePhysical net.jinx.physics.util.PhysicalSphere
public class PhysicalSphere
Constructor Summary | |
---|---|
PhysicalSphere(float r,
int segments,
Material mat)
|
|
PhysicalSphere(float r,
int segments,
Material mat,
Vector p,
Vector v,
float mass)
|
Method Summary | |
---|---|
void |
setMaterial(Material m)
|
Methods inherited from class net.jinx.physics.util.VisiblePhysical |
---|
draw, getMass, getPhysicalObject, getPosition, getVelocity, setMass, setPosition, setVelocity, tag |
Methods inherited from class net.jinx.action.VisibleActor |
---|
deinit, drawPass, getVisible, init, processEvent |
Methods inherited from class net.jinx.action.Actor |
---|
checkAllowAdd, getName, getOwner, hashCode, ownerChanged, sendEvent, sendEvent, sendEvent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PhysicalSphere(float r, int segments, Material mat)
public PhysicalSphere(float r, int segments, Material mat, Vector p, Vector v, float mass)
Method Detail |
---|
public void setMaterial(Material m)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |