|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface X3DNBodyCollidableNode
Defines the requirements of an X3DNBodyCollidableNode abstract node type
| Method Summary | |
|---|---|
boolean |
getEnabled()
Return the enabled boolean value. |
void |
getRotation(float[] val)
Return the rotation value in the argument float[] |
void |
getTranslation(float[] val)
Return the translation value in the argument float[] |
void |
setEnabled(boolean val)
Set the enabled field. |
void |
setRotation(float[] val)
Set the rotation field. |
void |
setTranslation(float[] val)
Set the translation field. |
| Methods inherited from interface org.web3d.x3d.sai.X3DNode |
|---|
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata |
| Methods inherited from interface org.web3d.x3d.sai.X3DBoundedObject |
|---|
getBboxCenter, getBboxSize, setBboxCenter, setBboxSize |
| Method Detail |
|---|
boolean getEnabled()
void setEnabled(boolean val)
val - The boolean to set.void getRotation(float[] val)
val - The float[] to initialize.void setRotation(float[] val)
val - The float[] to set.void getTranslation(float[] val)
val - The float[] to initialize.void setTranslation(float[] val)
val - The float[] to set.
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||