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 TypeMethodDescriptionvoidgetMaxPosition(float[] val) Return the maxPosition value in the argument float[]voidgetMinPosition(float[] val) Return the minPosition value in the argument float[]voidgetOffset(float[] val) Return the offset value in the argument float[]voidgetTranslation(float[] val) Return the translation value in the argument float[]voidsetMaxPosition(float[] val) Set the maxPosition field.voidsetMinPosition(float[] val) Set the minPosition field.voidsetOffset(float[] val) Set the offset field.Methods inherited from interface org.web3d.x3d.sai.X3DDragSensorNode
getAutoOffset, getTrackPoint, setAutoOffsetMethods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadataMethods inherited from interface org.web3d.x3d.sai.X3DPointingDeviceSensorNode
getDescription, getIsOver, setDescriptionMethods 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.
-