public interface VRTrackedController
| 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. 
 | 
java.lang.String getControllerName()
java.lang.String getControllerManufacturer()
Vector3f getPosition()
pose.getOrientation(), 
getPose()Quaternion getOrientation()
pose.getPosition(), 
getPose()Matrix4f getPose()
position and the orientation of the device.getPosition(), 
getOrientation()