OSVR
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
Public Member Functions | List of all members
Gestures.Check Class Referenceabstract

An abstract class representing a single segment of a Gesture. More...

Inheritance diagram for Gestures.Check:
Gestures.ArcCheck Gestures.LineCheck Gestures.RadiusCheck

Public Member Functions

abstract float CheckPasses (GTransform transform)
 Determine whether a single GTransform passes the Check. More...
 

Detailed Description

An abstract class representing a single segment of a Gesture.

Current implementations include Lines, Arcs, and Radii, all which deal with the position element of a GTransform

Member Function Documentation

abstract float Gestures.Check.CheckPasses ( GTransform  transform)
pure virtual

Determine whether a single GTransform passes the Check.

Parameters
transformGTransform data to compare against the specified Check
Returns
Returns a float (between 0 and 1) representing the distance from the center of a check, or -1 if the check fails

Implemented in Gestures.ArcCheck, Gestures.LineCheck, and Gestures.RadiusCheck.


The documentation for this class was generated from the following file: