The functions in this group provide information about the display.
List of Functions |
|
Vector2 | ZSCore::GetDisplayPosition () |
Get the virtual (x, y) position of the current display. |
|
Vector2 | ZSCore::GetDisplaySize () |
Get the size of the current display. |
|
Vector2 | ZSCore::GetDisplayResolution () |
Get the resolution of the current display. |
|
Vector3 | ZSCore::GetDisplayAngle () |
Get the angle of the current display. |
|
Vector3 | ZSCore::GetDisplayOffset () |
DEPRECATED: Use GetCameraOffset() instead. |
|
bool | ZSCore::IsDisplayHardwarePresent () |
Check whether the display hardware is present (USB connected). |
|
DisplayIntersectionInfo | ZSCore::IntersectDisplay (Matrix4x4 pose) |
Perform a raycast against the zSpace display given a specified tracker space pose. |
|
List of Data Structures |
|
struct | ZSCore::DisplayIntersectionInfo |
Struct representing display intersection information. More... |
Get the angle of the current display.
DEPRECATED: Use GetCameraOffset() instead.
Get the virtual (x, y) position of the current display.
Get the resolution of the current display.
Get the size of the current display.
Perform a raycast against the zSpace display given a specified tracker space pose.
pose | Pose in tracker space. |