public class OculusVRInput.OculusController extends java.lang.Object implements VRTrackedController
| Constructor and Description | 
|---|
| OculusController(int hand) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getControllerManufacturer()Get the controller manufacturer. | 
| java.lang.String | getControllerName()Get the controller name. | 
| Quaternion | getOrientation()Get the orientation of the tracked device. | 
| Matrix4f | getPose()Get the pose of the tracked device. | 
| Vector3f | getPosition()Get the position of the tracked device. | 
public java.lang.String getControllerName()
VRTrackedControllergetControllerName in interface VRTrackedControllerpublic java.lang.String getControllerManufacturer()
VRTrackedControllergetControllerManufacturer in interface VRTrackedControllerpublic Vector3f getPosition()
VRTrackedControllerpose.getPosition in interface VRTrackedControllerVRTrackedController.getOrientation(), 
VRTrackedController.getPose()public Quaternion getOrientation()
VRTrackedControllerpose.getOrientation in interface VRTrackedControllerVRTrackedController.getPosition(), 
VRTrackedController.getPose()public Matrix4f getPose()
VRTrackedControllerposition and the orientation of the device.getPose in interface VRTrackedControllerVRTrackedController.getPosition(), 
VRTrackedController.getOrientation()