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

A Check to check if a point is within a certain radius of another point. More...

Inheritance diagram for Gestures.RadiusCheck:
Gestures.Check

Public Member Functions

 RadiusCheck (Vector3 position, float radius=0.4f)
 Create a Radius Check used to determine whether a point fits inside the defined circular area. More...
 
override float CheckPasses (GTransform gTransform)
 Determine whether a single GTransform fits inside the area defined by the circle More...
 

Detailed Description

A Check to check if a point is within a certain radius of another point.

Constructor & Destructor Documentation

Gestures.RadiusCheck.RadiusCheck ( Vector3  position,
float  radius = 0.4f 
)
inline

Create a Radius Check used to determine whether a point fits inside the defined circular area.

Parameters
positionThe center of the circle
radiusA radius tolerance away from the center

Member Function Documentation

override float Gestures.RadiusCheck.CheckPasses ( GTransform  gTransform)
inlinevirtual

Determine whether a single GTransform fits inside the area defined by the circle

Parameters
gGTransform to check position against
Returns
Returns a float (between 0 and 1) representing the distance from the center of the circle, or -1 if the check fails

Implements Gestures.Check.


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