Stay organized with collections Save and categorize content based on your preferences.
Encapsulates the parameters describing a head mounted stereoscopic display composed of a screen and a GVR-compatible viewer holding it.
Public Constructors Public Methods Inherited Methods From class java.lang.Object boolean final Class<?>getClass()
inthashCode()
final voidnotify()
final voidnotifyAll()
StringtoString()
final voidwait(long arg0, int arg1)
final voidwait(long arg0)
final voidwait()
Public Constructors public HeadMountedDisplay (ScreenParams screenParams, GvrViewerParams gvrViewerParams)Creates a new head mounted display object with the provided objects.
Parameters screenParams Screen params to use. gvrViewerParams GVR viewer params to use. public HeadMountedDisplay (HeadMountedDisplay hmd)Creates a new head mounted display object by copying the contents of another.
Parameters hmd Head mounted display object to copy from. Public Methods public boolean equals (Object other)Compares this instance with the specified object and indicates if they are equal.
Parameters other The object to compare this instance with. Returnstrue
if the objects are equal, false
otherwise.Returns the parameters describing the GVR viewer.
ReturnsReturns the parameters describing the screen.
ReturnsAll rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-09 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[[["`HeadMountedDisplay` encapsulates parameters for a head-mounted stereoscopic display, including screen and viewer details."],["It provides methods to access screen and GVR viewer parameters."],["Objects can be created using provided screen and viewer parameters or by copying an existing `HeadMountedDisplay` object."],["It includes a method for comparing instances for equality."]]],["The `HeadMountedDisplay` class encapsulates parameters for a stereoscopic head-mounted display. Key actions include creating instances with `ScreenParams` and `GvrViewerParams` or by copying another `HeadMountedDisplay` object. Core methods allow retrieving the `GvrViewerParams` and `ScreenParams` to describe the viewer and screen. It can also compare if two objects are equal with the equals method, returning true or false. Inherited methods are present but not detailed.\n"]]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4