Classes | |
class | ArcCheck |
A Check to determine whether a point fits inside an Arc. More... | |
class | Check |
An abstract class representing a single segment of a Gesture. More... | |
class | LineCheck |
A Check to determine whether a point fits inside a line segment. More... | |
class | RadiusCheck |
A Check to check if a point is within a certain radius of another point. More... | |
class | IController |
Abstract class which is responsible for tracking transform data for a VR headset. More... | |
class | TouchController |
A concrete implementation of the IController class, targeted at the Oculus Rift Touch Controllers More... | |
class | Gesture |
A class that is composed of Checks to represent a gesture. More... | |
class | GestureEvent |
Wrapper class for a Unity Event that takes in GestureMetaData as a parameter. More... | |
class | GestureMetaData |
A data container class to store extra meta data about the completed gesture More... | |
class | GestureMonitor |
Class responsible for tracking gestures. See TrackerSetup for example of how to set up instance. More... | |
class | GTransform |
Data class to contain all necessary information related to a controller transform More... | |
class | GTransformBuffer |
Internal data storage class which can behave as either a set-size array or a circular array. More... | |
class | GestureVisualizerWindow |
The EditorWindow for visualizing gestures. More... | |
class | FittedNormalizer |
Fitted Normalizer will be the standard normalizer for any 2D or 3D Gestures. More... | |
class | LineNormalizer |
A Normalizer that only works to normalize single line segments. More... | |
interface | Normalizer |
Multipurpose interface for normalizing data into a form that can be more easily recognized by the gesture detection algorithm. More... | |
class | ViewNormalizer |
Normalizer implementation that takes the raw world-space GTransform data and rotates it about the user's position. More... | |
class | CircleGesture |
A Circular Gesture More... | |
class | HeartGesture |
A Heart-Shaped Gesture More... | |
class | SquareGesture |
A Square Gesture More... | |
class | TriangleGesture |
A Triangular Gesture. More... | |