Display

Detailed Description

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...

Function Descriptions

Vector3 ZSCore:: GetDisplayAngle ( ) [inline]

Get the angle of the current display.

Returns:
The display angle (in degrees) in Vector2 format.
Vector3 ZSCore:: GetDisplayOffset ( ) [inline]

DEPRECATED: Use GetCameraOffset() instead.

Vector2 ZSCore:: GetDisplayPosition ( ) [inline]

Get the virtual (x, y) position of the current display.

Returns:
The display position (virtual x, y coordinates) in Vector2 format.
Vector2 ZSCore:: GetDisplayResolution ( ) [inline]

Get the resolution of the current display.

Returns:
The display resolution (in pixels) in Vector2 format.
Vector2 ZSCore:: GetDisplaySize ( ) [inline]

Get the size of the current display.

Returns:
The display size (in meters) in Vector2 format.
DisplayIntersectionInfo ZSCore:: IntersectDisplay ( Matrix4x4  pose ) [inline]

Perform a raycast against the zSpace display given a specified tracker space pose.

Parameters:
pose Pose in tracker space.
Returns:
Display intersection information.
bool ZSCore:: IsDisplayHardwarePresent ( ) [inline]

Check whether the display hardware is present (USB connected).

Returns:
True if the hardware is present. False if not.