Package org.web3d.x3d.sai.picking
Interface PointPickSensor
- All Superinterfaces:
X3DChildNode,X3DNode,X3DPickingNode,X3DSensorNode
- All Known Implementing Classes:
SAIPointPickSensor,SAIPointPickSensor
Defines the requirements of an X3D PointPickSensor node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionintReturn the number of MFVec3f items in the pickedPoint field.voidgetPickedPoint(float[] val) Return the pickedPoint value in the argument float[]Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadataMethods inherited from interface org.web3d.x3d.sai.X3DPickingNode
getIntersectionType, getNumObjectType, getNumPickedGeometry, getNumPickTarget, getObjectType, getPickedGeometry, getPickingGeometry, getPickTarget, getSortOrder, setIntersectionType, setObjectType, setPickingGeometry, setPickTarget, setSortOrderMethods inherited from interface org.web3d.x3d.sai.X3DSensorNode
getEnabled, getIsActive, setEnabled
-
Method Details
-
getNumPickedPoint
int getNumPickedPoint()Return the number of MFVec3f items in the pickedPoint field.- Returns:
- the number of MFVec3f items in the pickedPoint field.
-
getPickedPoint
void getPickedPoint(float[] val) Return the pickedPoint value in the argument float[]- Parameters:
val- The float[] to initialize.
-