|
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 GeoTouchSensor
Defines the requirements of an X3D GeoTouchSensor node
| Method Summary | |
|---|---|
X3DNode |
getGeoOrigin()
Return the geoOrigin X3DNode value. |
void |
getGeoSystem(java.lang.String[] val)
Return the geoSystem value in the argument String[] |
void |
getHitGeoCoord(double[] val)
Return the hitGeoCoord value in the argument double[] |
void |
getHitNormal(float[] val)
Return the hitNormal value in the argument float[] |
void |
getHitPoint(float[] val)
Return the hitPoint value in the argument float[] |
void |
getHitTexCoord(float[] val)
Return the hitTexCoord value in the argument float[] |
int |
getNumGeoSystem()
Return the number of MFString items in the geoSystem field. |
void |
setGeoOrigin(X3DNode val)
Set the geoOrigin field. |
void |
setGeoSystem(java.lang.String[] val)
Set the geoSystem field. |
| Methods inherited from interface org.web3d.x3d.sai.X3DTouchSensorNode |
|---|
getTouchTime |
| Methods inherited from interface org.web3d.x3d.sai.X3DPointingDeviceSensorNode |
|---|
getDescription, getIsOver, setDescription |
| Methods inherited from interface org.web3d.x3d.sai.X3DSensorNode |
|---|
getEnabled, getIsActive, setEnabled |
| Methods inherited from interface org.web3d.x3d.sai.X3DNode |
|---|
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata |
| Method Detail |
|---|
void getHitNormal(float[] val)
val - The float[] to initialize.void getHitPoint(float[] val)
val - The float[] to initialize.void getHitTexCoord(float[] val)
val - The float[] to initialize.void getHitGeoCoord(double[] val)
val - The double[] to initialize.X3DNode getGeoOrigin()
void setGeoOrigin(X3DNode val)
val - The X3DNode to set.int getNumGeoSystem()
void getGeoSystem(java.lang.String[] val)
val - The String[] to initialize.void setGeoSystem(java.lang.String[] val)
val - The String[] 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 | |||||||||