|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface PullController.Pullable
Interface for handling pull events
Method Summary | |
---|---|
void |
applyForce(java.lang.Object orig,
Vector3d force)
Given the supplied force origin info and a force vector, apply the force (typically sets an external force) |
java.lang.Object |
getOriginData(MouseRayEvent ray)
Constructs force origin storage data given a mouse ray (e.g. |
Point3d |
getOriginPoint(java.lang.Object data)
Determines the world-coordinate point to which force will be applied (used for determining magnitude of force) |
double |
getPointRenderRadius()
|
boolean |
isPullable()
|
Method Detail |
---|
boolean isPullable()
java.lang.Object getOriginData(MouseRayEvent ray)
Point3d getOriginPoint(java.lang.Object data)
double getPointRenderRadius()
void applyForce(java.lang.Object orig, Vector3d force)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |