Interface PlaneSensor
- All Superinterfaces:
X3DChildNode
,X3DDragSensorNode
,X3DNode
,X3DPointingDeviceSensorNode
,X3DSensorNode
- All Known Implementing Classes:
SAIPlaneSensor
,SAIPlaneSensor
Defines the requirements of an X3D PlaneSensor node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getMaxPosition
(float[] val) Return the maxPosition value in the argument float[]void
getMinPosition
(float[] val) Return the minPosition value in the argument float[]void
getOffset
(float[] val) Return the offset value in the argument float[]void
getTranslation
(float[] val) Return the translation value in the argument float[]void
setMaxPosition
(float[] val) Set the maxPosition field.void
setMinPosition
(float[] val) Set the minPosition field.void
setOffset
(float[] val) Set the offset field.Methods inherited from interface org.web3d.x3d.sai.X3DDragSensorNode
getAutoOffset, getTrackPoint, setAutoOffset
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.X3DPointingDeviceSensorNode
getDescription, getIsOver, setDescription
Methods inherited from interface org.web3d.x3d.sai.X3DSensorNode
getEnabled, getIsActive, setEnabled
-
Method Details
-
getMaxPosition
void getMaxPosition(float[] val) Return the maxPosition value in the argument float[]- Parameters:
val
- The float[] to initialize.
-
setMaxPosition
void setMaxPosition(float[] val) Set the maxPosition field.- Parameters:
val
- The float[] to set.
-
getMinPosition
void getMinPosition(float[] val) Return the minPosition value in the argument float[]- Parameters:
val
- The float[] to initialize.
-
setMinPosition
void setMinPosition(float[] val) Set the minPosition field.- Parameters:
val
- The float[] to set.
-
getTranslation
void getTranslation(float[] val) Return the translation value in the argument float[]- Parameters:
val
- The float[] to initialize.
-
getOffset
void getOffset(float[] val) Return the offset value in the argument float[]- Parameters:
val
- The float[] to initialize.
-
setOffset
void setOffset(float[] val) Set the offset field.- Parameters:
val
- The float[] to set.
-